import type { JobRequest } from './JobRequest'; export type ClearAssetRequest = (JobRequest & { /** * The ID of the original job to clear */ jobId?: string | null; });