interface PostAttachmentFileParams {
    contents: string | Blob | File;
    filename?: string;
}

Properties

Properties

contents: string | Blob | File

content

filename?: string

filename