Kind: Interface
Source: atloria-monorepo/packages/api-client/src/endpoints/users.ts
User model for API responses
Properties
| Property | Type |
|---|---|
id | string |
email | string |
name | string |
role | string |
organizationId | string |
createdAt | string |
updatedAt | string |
Kind: Interface
Source: atloria-monorepo/packages/api-client/src/endpoints/users.ts
User model for API responses
| Property | Type |
|---|---|
id | string |
email | string |
name | string |
role | string |
organizationId | string |
createdAt | string |
updatedAt | string |
Was this page helpful?