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