Kind: Class
Source: atloria-monorepo/apps/api/src/auth/dto/auth-response.dto.ts
Properties
| Property | Type |
|---|---|
id | string |
email | string |
name | string |
role | UserRole |
organizationId | string |
createdAt | Date |
updatedAt | Date |
Kind: Class
Source: atloria-monorepo/apps/api/src/auth/dto/auth-response.dto.ts
| Property | Type |
|---|---|
id | string |
email | string |
name | string |
role | UserRole |
organizationId | string |
createdAt | Date |
updatedAt | Date |
Was this page helpful?