File size: 223 Bytes
1e92f2d | 1 2 3 4 5 | import type { RouteMatch } from './route-match'
import type { AppPageRouteDefinition } from '../route-definitions/app-page-route-definition'
export interface AppPageRouteMatch extends RouteMatch<AppPageRouteDefinition> {}
|