Skip to content

Type Alias: BoardConfig

ts
type BoardConfig = z.infer<typeof BoardConfigSchema>;

Defined in: src/agile/models/boardConfig.ts:52