Kind: Class
Source: atloria-monorepo/apps/api/src/boards/dto/update-board.dto.ts
Properties
| Property | Type |
|---|---|
name | string |
description | string |
color | string |
isDefault | boolean |
settings | Record<string, unknown> |
Kind: Class
Source: atloria-monorepo/apps/api/src/boards/dto/update-board.dto.ts
| Property | Type |
|---|---|
name | string |
description | string |
color | string |
isDefault | boolean |
settings | Record<string, unknown> |
Was this page helpful?