Skip to content

Variable: UpdateLabelFieldSchema

ts
const UpdateLabelFieldSchema: ZodObject<{
  field: ZodCustom<"name" | "color" | string & object, "name" | "color" | string & object>;
  id: ZodString;
  value: ZodString;
}, $strip>;

Defined in: parameters/updateLabelField.ts:4