import type { Job } from './Job'; export type ImageEmbeddingJob = (Job & { imageUrl?: string | null; readonly type?: string | null; });