Skip to content

Type Alias: BoardCreate

ts
type BoardCreate = z.infer<typeof BoardCreateSchema>;

Defined in: src/agile/models/boardCreate.ts:14