Skip to content

Variable: CreateBoardLabelSchema

ts
const CreateBoardLabelSchema: ZodObject<{
  color: ZodString;
  id: ZodString;
  name: ZodString;
}, $strip>;

Defined in: parameters/createBoardLabel.ts:3