SudoSOS Back-end API / users / BaseUserResponse
Interface: BaseUserResponse ​
Extended by ​
EventPlanningSelectedCountUserToInactiveAdministrativeCostResponseUserWithIndexUserResponseBalanceResponse
Properties ​
createdAt? ​
ts
optional createdAt: string;Inherited from ​
ts
BaseResponse.createdAtfirstName ​
ts
firstName: string;id ​
ts
id: number;Inherited from ​
ts
BaseResponse.idlastName ​
ts
lastName: string;nickname? ​
ts
optional nickname: string;The nickname of the user
updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
ts
BaseResponse.updatedAtversion? ​
ts
optional version: number;Inherited from ​
ts
BaseResponse.version