Variable: UpdateChecklistFieldSchema
ts
const UpdateChecklistFieldSchema: ZodObject<{
field: ZodCustom<"name" | string & object | "pos", "name" | string & object | "pos">;
id: ZodString;
value: ZodUnion<readonly [ZodUnion<readonly [ZodCustom<"top" | "bottom" | string & object, "top" | "bottom" | string & object>, ZodNumber]>, ZodString]>;
}, $strip>;Defined in: parameters/updateChecklistField.ts:5