import type { Job } from './Job'; export type MediaTaggingJob = (Job & { modelId?: number; mediaUrl?: string | null; readonly cost?: number; readonly type?: string | null; });