# BoardColumnData

**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#L107)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `order` | `number` |
| `color` | `string` |
| `mapsToStatus` | `string | null` |
| `wipLimit` | `number | null` |
| `cards` | `BoardCardData[]` |
