Skip to content

Variable: CreateCardLabelSchema

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

Defined in: parameters/createCardLabel.ts:3