Variable: CreateCardChecklistSchema
ts
const CreateCardChecklistSchema: ZodObject<{
id: ZodString;
idChecklistSource: ZodOptional<ZodString>;
name: ZodOptional<ZodString>;
pos: ZodOptional<ZodUnion<readonly [ZodString, ZodNumber, ZodCustom<"top" | "bottom" | string & object, "top" | "bottom" | string & object>]>>;
}, $strip>;Defined in: parameters/createCardChecklist.ts:4