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