Skip to content

Variable: MovePageSchema

ts
const MovePageSchema: ZodObject<{
  pageId: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/v1/models/movePage.ts:5