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 Alpha (JsonSerializable<unknown> & JsonDeserialized<unknown>)[]
name Alpha 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