export interface IPage{
    id: number;
    pageName: string;
    pageType: string;
    pageRoute: string;
}