import type { JobRequest } from './JobRequest'; export type ImageEmbeddingJobRequest = (JobRequest & { /** * The url of the image to get embeddings for */ imageUrl?: string | null; });