react-code-dataset / next.js /packages /next /src /server /route-matches /app-route-route-match.ts
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
229 Bytes
import type { RouteMatch } from './route-match'
import type { AppRouteRouteDefinition } from '../route-definitions/app-route-route-definition'
export interface AppRouteRouteMatch
extends RouteMatch<AppRouteRouteDefinition> {}