Skip to content

Variable: AddCardLabelSchema

ts
const AddCardLabelSchema: ZodObject<{
  id: ZodString;
  value: ZodOptional<ZodString>;
}, $strip>;

Defined in: parameters/addCardLabel.ts:3