Skip to main content

NotificationType Interface

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

For more information about our API support guarantees, see here.

Signature

interface NotificationType

Properties

Property Alerts Type Description
args Beta (JsonSerializable<unknown> & JsonDeserialized<unknown>)[]
name Beta string

Property Details

args

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

For more information about our API support guarantees, see here.

Signature
args: (JsonSerializable<unknown> & JsonDeserialized<unknown>)[];

Type: (JsonSerializable<unknown> & JsonDeserialized<unknown>)[]

name

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

For more information about our API support guarantees, see here.

Signature
name: string;

Type: string