Skip to content

Type Alias: Board

ts
type Board = z.infer<typeof BoardSchema>;

Defined in: models/board.ts:82