UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

25 lines (24 loc) 424 B
/** * @file data.ts * * @fileoverview Sample data for jobs. */ export declare const getJobsMockData: () => { id: number; type: string; ownerId: number; title: string; url: { path: string; }; organization: string; expiration: { value: string; }; workflowState: string; region: { tid: number; label: string; }[]; __typename: string; }[];