SudoSOS Back-end API / notifications / NotificationType
Interface: NotificationType<P> ​
Type Parameters ​
| Type Parameter | Default type |
|---|---|
P extends TemplateOptions | any |
Properties ​
isMandatory ​
ts
isMandatory: boolean;paramClass() ​
ts
paramClass: (...args) => P;Parameters ​
| Parameter | Type |
|---|---|
...args | any[] |
Returns ​
P
type ​
ts
type: NotificationTypes;