Skip to content

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.createdAt

enabled ​

ts
enabled: boolean;

Whether the preference is enabled


id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

isMandatory ​

ts
isMandatory: boolean;

Whether the type is mandatory


type ​

ts
type: string;

The notification type


updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

user ​

ts
user: BaseUserResponse;

The user this preference belongs to


version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version