Kind: Interface
Source: atloria-monorepo/apps/web/src/components/Boards/helpers.ts
Properties
| Property | Type |
|---|---|
id | string |
name | string |
description | `string |
color | string |
isDefault | boolean |
settings | `Record<string, unknown> |
columns | BoardColumnData[] |
createdAt | string |
updatedAt | string |
Was this page helpful?