Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/user.dto.ts
DTO for updating a user
Properties
| Property | Type |
|---|---|
email | string |
name | string |
passwordHash | string |
role | UserRole |
Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/user.dto.ts
DTO for updating a user
| Property | Type |
|---|---|
email | string |
name | string |
passwordHash | string |
role | UserRole |
Was this page helpful?