export interface IAppDeploymentRoute {
    path: string;
}
