Variable: UpdateCardCheckItemSchema
ts
const UpdateCardCheckItemSchema: ZodObject<{
due: ZodOptional<ZodString>;
dueReminder: ZodOptional<ZodNumber>;
id: ZodString;
idCheckItem: ZodString;
idChecklist: ZodOptional<ZodString>;
idMember: ZodOptional<ZodString>;
name: ZodOptional<ZodString>;
pos: ZodOptional<ZodUnion<readonly [ZodString, ZodNumber, ZodCustom<"top" | "bottom" | string & object, "top" | "bottom" | string & object>]>>;
state: ZodOptional<ZodCustom<"complete" | string & object | "incomplete", "complete" | string & object | "incomplete">>;
}, $strip>;Defined in: parameters/updateCardCheckItem.ts:4