Skip to content

Variable: CopyPageHierarchyTitleOptionsSchema

ts
const CopyPageHierarchyTitleOptionsSchema: ZodObject<{
  prefix: ZodOptional<ZodString>;
  replace: ZodOptional<ZodString>;
  search: ZodOptional<ZodString>;
}, $loose>;

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

Required for copying page in the same space.