SudoSOS Back-end API / notifications/notification-options / UserTypeUpdatedOptions
Class: UserTypeUpdatedOptions ​
User type updated notification.
Extends ​
Constructors ​
Constructor ​
ts
new UserTypeUpdatedOptions(fromType, toType): UserTypeUpdatedOptions;Parameters ​
| Parameter | Type | Description |
|---|---|---|
fromType | string | The old user type. |
toType | string | The new user type. |
Returns ​
UserTypeUpdatedOptions
Overrides ​
Properties ​
| Property | Modifier | Type | Description |
|---|---|---|---|
fromType | public | string | The old user type. |
toType | public | string | The new user type. |