Skip to content

SudoSOS Back-end API / notifications / NotificationType

Interface: NotificationType<P> ​

Type Parameters ​

Type ParameterDefault type
P extends TemplateOptionsany

Properties ​

isMandatory ​

ts
isMandatory: boolean;

paramClass() ​

ts
paramClass: (...args) => P;

Parameters ​

ParameterType
...argsany[]

Returns ​

P


type ​

ts
type: NotificationTypes;