.
This commit is contained in:
Generated
Vendored
+4
@@ -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