next.js/packages/next/src/server/route-matches/app-route-route-match.ts
app-route-route-match.ts6 lines229 B
import type { RouteMatch } from './route-match'
import type { AppRouteRouteDefinition } from '../route-definitions/app-route-route-definition'

export interface AppRouteRouteMatch
  extends RouteMatch<AppRouteRouteDefinition> {}
Quest for Codev2.0.0
/
SIGN IN