Skip to content

Variable: CreateBoardListSchema

ts
const CreateBoardListSchema: ZodObject<{
  id: ZodString;
  name: ZodString;
  pos: ZodOptional<ZodUnion<readonly [ZodString, ZodNumber, ZodEnum<{
     bottom: "bottom";
     top: "top";
  }>]>>;
}, $strip>;

Defined in: parameters/createBoardList.ts:3