Skip to main content

NotificationType Interface

Structure of a generic notification "value".

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

PropertyAlertsTypeDescription
argsBetaunknown[]
nameBetastring

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: unknown[];

Type: 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