Skip to content

Variable: UpdateLabelSchema

ts
const UpdateLabelSchema: ZodObject<{
  color: ZodOptional<ZodUnion<readonly [ZodString, ZodCustom<
     | string & object
     | "green"
     | "yellow"
     | "orange"
     | "red"
     | "purple"
     | "blue"
     | "sky"
     | "lime"
     | "pink"
     | "black", 
     | string & object
     | "green"
     | "yellow"
     | "orange"
     | "red"
     | "purple"
     | "blue"
     | "sky"
     | "lime"
     | "pink"
    | "black">]>>;
  id: ZodString;
  name: ZodOptional<ZodString>;
}, $strip>;

Defined in: parameters/updateLabel.ts:4