isopruefi-frontend / api/api-client / IRegister
Interface: IRegister¶
Defined in: api/api-client.ts:1120
Represents the registration credentials for a new user.
Properties¶
password¶
password:
string
Defined in: api/api-client.ts:1126
Gets or sets the password for the new user.
userName¶
userName:
string
Defined in: api/api-client.ts:1123
Gets or sets the username for the new user.