Type Alias: JobSearchQueryResult
type JobSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:3615
Job search response.
Type Declaration
items?
optional items: JobSearchResult[];
The matching jobs.
type JobSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:3615
Job search response.
optional items: JobSearchResult[];
The matching jobs.