/** * @example * {} */ export interface DocAiPresignUploadRequest { /** MIME type the client will PUT; when set, the upload's Content-Type header must match. */ content_type?: string; }