Skip to content

SudoSOS Back-end API / users / BaseUserResponse

Interface: BaseUserResponse ​

Extended by ​

Properties ​

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

ts
BaseResponse.createdAt

firstName ​

ts
firstName: string;

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

lastName ​

ts
lastName: string;

nickname? ​

ts
optional nickname: string;

The nickname of the user


updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version