import type { JobRequest } from './JobRequest'; export type PinBlobRequest = (JobRequest & { /** * Get or set the key of the blob to pin */ key?: string | null; });