Interface: UserCreatableInterface
Extends
Pick<UserInterface,"username"|"email">.Partial<Pick<UserInterface,"active">>.Partial<PasswordPlainInterface>
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
active? | boolean | - | Partial.active |
email | string | - | Pick.email |
password? | string | Password | Partial.password |
username | string | - | Pick.username |