UNPKG

@drptbl/mailsac

Version:
10 lines (9 loc) 207 B
export interface IAttachment { checksum: string; contentDisposition: string; contentId: string; contentType: string; fileName: string; length: number; transferEncoding: string; }