export type EmbedJobWithProgress = { jobId: string fileName: string filePath: string progress: number status: string }