import type { AuditJob } from './AuditJob'; export type AuditJobResponse = { data?: Array; meta?: Record; };