Skip to content

Type Alias: BoardFields

ts
type BoardFields = z.infer<typeof BoardFieldsSchema>;

Defined in: models/boardFields.ts:22