Files
recipe-app/frontend/node_modules/next/dist/server/route-matches/app-route-route-match.d.ts
T
2026-04-09 09:14:39 +02:00

5 lines
229 B
TypeScript

import type { RouteMatch } from './route-match';
import type { AppRouteRouteDefinition } from '../route-definitions/app-route-route-definition';
export interface AppRouteRouteMatch extends RouteMatch<AppRouteRouteDefinition> {
}