export interface PostAttachmentFileParams { /** content */ contents: File | Blob | string; /** filename */ filename?: string; }