UNPKG
@drptbl/mailsac
Version:
latest (0.0.14)
0.0.14
0.0.13
0.0.12
Mailsac API Library
github.com/drptbl/mailsac
drptbl/mailsac
@drptbl/mailsac
/
src
/
models
/
Attachment.d.ts
10 lines
(9 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
IAttachment
{
checksum
:
string
;
contentDisposition
:
string
;
contentId
:
string
;
contentType
:
string
;
fileName
:
string
;
length
:
number
;
transferEncoding
:
string
; }