Initial React project
This commit is contained in:
9
src/mvvm/models/search-job.interface.ts
Normal file
9
src/mvvm/models/search-job.interface.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { OccupationInterface } from "./occupation.interface";
|
||||
|
||||
export interface SearchJobInterface{
|
||||
maxDistance?: number | undefined | null;
|
||||
occupations: OccupationInterface[];
|
||||
workTimes: number[];
|
||||
workTypes: number[];
|
||||
term?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user