.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { RouteMatch } from './route-match';
|
||||
import type { AppPageRouteDefinition } from '../route-definitions/app-page-route-definition';
|
||||
export interface AppPageRouteMatch extends RouteMatch<AppPageRouteDefinition> {
|
||||
}
|
||||
Reference in New Issue
Block a user