import { PageBase } from "./PageBase"; import { Page } from "@omnia/wcm/models"; export interface PageCollection extends PageBase { path: string; pages: Array; }