wilddragon-site/node_modules/next/dist/server/route-matches/pages-route-match.d.ts
2026-04-17 15:51:01 -04:00

4 lines
235 B
TypeScript
Executable file

import type { PagesRouteDefinition } from '../route-definitions/pages-route-definition';
import type { LocaleRouteMatch } from './locale-route-match';
export interface PagesRouteMatch extends LocaleRouteMatch<PagesRouteDefinition> {
}