Skip to content

Type Alias: CreateBoard

ts
type CreateBoard = z.infer<typeof CreateBoardSchema>;

Defined in: src/agile/models/createBoard.ts:75