Skip to content

SudoSOS Back-end API / controller/response/inactive-administrative-cost-response / UserToInactiveAdministrativeCostResponse

Interface: UserToInactiveAdministrativeCostResponse ​

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


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