.
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { LocaleRouteDefinition } from '../route-definitions/locale-route-definition';
|
||||
import type { RouteMatch } from './route-match';
|
||||
export interface LocaleRouteMatch<R extends LocaleRouteDefinition> extends RouteMatch<R> {
|
||||
readonly detectedLocale?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user