/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Multipart body for uploading an attachment against a file field. */ export type PlatformApplicationAttachmentUpload = { field: string; item_id?: string; file: string; };