export interface PageView {
    page: string;
    title?: string;
}
