Initial boiler plate project
This commit is contained in:
4
node_modules/next/dist/server/future/route-matches/pages-route-match.d.ts
generated
vendored
Normal file
4
node_modules/next/dist/server/future/route-matches/pages-route-match.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import type { PagesRouteDefinition } from '../route-definitions/pages-route-definition';
|
||||
import type { LocaleRouteMatch } from './locale-route-match';
|
||||
export interface PagesRouteMatch extends LocaleRouteMatch<PagesRouteDefinition> {
|
||||
}
|
||||
Reference in New Issue
Block a user