export interface IAppServiceRoute {
    path: string;
}
