Variable: MovePageSchema
ts
const MovePageSchema: ZodObject<{
pageId: ZodString;
position: ZodCustom<"after" | "before" | "append" | string & object, "after" | "before" | "append" | string & object>;
targetId: ZodString;
}, $strip>;Defined in: src/v1/parameters/movePage.ts:4