Skip to content

Variable: UpdateListFieldSchema

ts
const UpdateListFieldSchema: ZodObject<{
  field: ZodCustom<"name" | string & object | "subscribed" | "pos", "name" | string & object | "subscribed" | "pos">;
  id: ZodString;
  value: ZodOptional<ZodUnion<readonly [ZodString, ZodNumber, ZodCustom<"top" | "bottom" | string & object, "top" | "bottom" | string & object>, ZodBoolean]>>;
}, $strip>;

Defined in: parameters/updateListField.ts:4