/** * Multipart body for uploading an attachment against a file field. */ export type PlatformApplicationAttachmentUpload = { field: string; item_id?: string; file: string; };