Kind: Class
Source: atloria-monorepo/apps/api/src/boards/dto/create-board.dto.ts
Properties
| Property | Type |
|---|---|
name | string |
description | string |
color | string |
templateColumns | BoardTemplate |
seedFromIssues | boolean |
duplicateFromBoardId | string |
includeCards | boolean |
Was this page helpful?