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