interface AttachmentOptions {
    archive: string;
    filename: string;
    type?: string;
}

Properties

archive: string

Archive itself

filename: string

Name for the archive

type?: string

Type of attached data e.g. “base64”