Interface: AlertAttachment
Defined in: core/src/AlertUtils.ts:64
Describes a single attachment that can be added to an alert.
Properties
contentType
contentType:
string
Defined in: core/src/AlertUtils.ts:66
The content-type of the attachment.
data
data:
Buffer<ArrayBufferLike> |ReadStream
Defined in: core/src/AlertUtils.ts:68
The contents of the attachment.
filename
filename:
string
Defined in: core/src/AlertUtils.ts:70
The name of the attachment.
size?
optionalsize?:number
Defined in: core/src/AlertUtils.ts:72
The size of the attachment.