# BoardData

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/Boards/helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Boards/helpers.ts#L117)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `description` | `string | null` |
| `color` | `string` |
| `isDefault` | `boolean` |
| `settings` | `Record<string, unknown> | null` |
| `columns` | `BoardColumnData[]` |
| `createdAt` | `string` |
| `updatedAt` | `string` |
