SudoSOS Back-end API / notifications / BaseUserNotificationPreferenceResponse
Interface: BaseUserNotificationPreferenceResponse ​
Properties ​
channel ​
ts
channel: string;The notification channel
createdAt? ​
ts
optional createdAt: string;Inherited from ​
ts
BaseResponse.createdAtenabled ​
ts
enabled: boolean;Whether the preference is enabled
id ​
ts
id: number;Inherited from ​
ts
BaseResponse.idisMandatory ​
ts
isMandatory: boolean;Whether the type is mandatory
type ​
ts
type: string;The notification type
updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
ts
BaseResponse.updatedAtuser ​
ts
user: BaseUserResponse;The user this preference belongs to
version? ​
ts
optional version: number;Inherited from ​
ts
BaseResponse.version