import { RouteMatch } from './route-match'; import { AppPageRouteDefinition } from '../route-definitions/app-page-route-definition'; export interface AppPageRouteMatch extends RouteMatch { }