Kind: Interface
Source: atloria-monorepo/packages/types/src/models/user.ts
User model
Properties
| Property | Type |
|---|---|
id | string |
email | string |
name | string |
passwordHash | `string |
role | UserRole |
organizationId | string |
createdAt | Date |
updatedAt | Date |
Kind: Interface
Source: atloria-monorepo/packages/types/src/models/user.ts
User model
| Property | Type |
|---|---|
id | string |
email | string |
name | string |
passwordHash | `string |
role | UserRole |
organizationId | string |
createdAt | Date |
updatedAt | Date |
Was this page helpful?