UNPKG

180 BTypeScriptView Raw
1export interface Attachment {
2 data: string | Uint8Array;
3 filename: string;
4 contentType?: string;
5 attachmentType?: string;
6}
7//# sourceMappingURL=attachment.d.ts.map
\No newline at end of file