Skip to content

SudoSOS Back-end API / notifications/notification-options / UserTypeUpdatedOptions

Class: UserTypeUpdatedOptions ​

User type updated notification.

Extends ​

Constructors ​

Constructor ​

ts
new UserTypeUpdatedOptions(fromType, toType): UserTypeUpdatedOptions;

Parameters ​

ParameterTypeDescription
fromTypestringThe old user type.
toTypestringThe new user type.

Returns ​

UserTypeUpdatedOptions

Overrides ​

TemplateOptions.constructor

Properties ​

PropertyModifierTypeDescription
fromTypepublicstringThe old user type.
toTypepublicstringThe new user type.