import type { JobRequest } from './JobRequest'; export type WDTaggingJobRequest = (JobRequest & { model: string; mediaUrl: string; threshold?: number | null; });