Skip to content

SudoSOS Back-end API / catalogue/point-of-sale / UserWithIndex

Interface: UserWithIndex ​

Extends ​

Properties ​

createdAt? ​

ts
optional createdAt?: string;

Inherited from ​

BaseUserResponse.createdAt


firstName ​

ts
firstName: string;

Inherited from ​

BaseUserResponse.firstName


id ​

ts
id: number;

Inherited from ​

BaseUserResponse.id


index ​

ts
index: number;

lastName ​

ts
lastName: string;

Inherited from ​

BaseUserResponse.lastName


nickname? ​

ts
optional nickname?: string;

The nickname of the user

Inherited from ​

BaseUserResponse.nickname


updatedAt? ​

ts
optional updatedAt?: string;

Inherited from ​

BaseUserResponse.updatedAt


version? ​

ts
optional version?: number;

Inherited from ​

BaseUserResponse.version