import type { JobDTO } from './JobDTO'; export type ResponseJobDTO = { data?: JobDTO; meta?: Record; };