Initial boiler plate project
This commit is contained in:
4
node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts
generated
vendored
Normal file
4
node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import type { RouteMatcher } from '../route-matchers/route-matcher';
|
||||
export interface RouteMatcherProvider<M extends RouteMatcher = RouteMatcher> {
|
||||
matchers(): Promise<ReadonlyArray<M>>;
|
||||
}
|
||||
Reference in New Issue
Block a user