Interface: UserUpdatableInterface
Extends
- Partial<- Pick<- UserCreatableInterface,- "email"|- "password"|- "active">>.- Partial<- PasswordPlainCurrentInterface>
Properties
| Property | Type | Description | Inherited from | 
|---|---|---|---|
| active? | boolean | - | Partial.active | 
| email? | string | - | Partial.email | 
| password? | string | Password | Partial.password | 
| passwordCurrent? | string | Current Password | Partial.passwordCurrent |