Edit gitignore file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { RouteMatch } from 'next/dist/server/future/route-matches/route-match';
|
||||
import type { PagesAPIRouteDefinition } from 'next/dist/server/future/route-definitions/pages-api-route-definition';
|
||||
import type { RouteMatch } from './route-match';
|
||||
import type { PagesAPIRouteDefinition } from '../route-definitions/pages-api-route-definition';
|
||||
export interface PagesAPIRouteMatch extends RouteMatch<PagesAPIRouteDefinition> {
|
||||
}
|
||||
/**
|
||||
|
||||
2
frontend/style/node_modules/next/dist/server/future/route-matches/route-match.d.ts
generated
vendored
2
frontend/style/node_modules/next/dist/server/future/route-matches/route-match.d.ts
generated
vendored
@@ -1,4 +1,4 @@
|
||||
import type { RouteDefinition } from 'next/dist/server/future/route-definitions/route-definition';
|
||||
import type { RouteDefinition } from '../route-definitions/route-definition';
|
||||
/**
|
||||
* RouteMatch is the resolved match for a given request. This will contain all
|
||||
* the dynamic parameters used for this route.
|
||||
|
||||
Reference in New Issue
Block a user