Remove unwanted export
This commit is contained in:
parent
52f0690c70
commit
263948faa3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import {Navigation, Segment} from "./Navigation";
|
||||||
import {URLRouter} from "./URLRouter";
|
import {URLRouter} from "./URLRouter";
|
||||||
import type {Path, OptionalValue} from "./Navigation";
|
import type {Path, OptionalValue} from "./Navigation";
|
||||||
|
|
||||||
export type SegmentType = {
|
type SegmentType = {
|
||||||
"login": true;
|
"login": true;
|
||||||
"session": string;
|
"session": string;
|
||||||
"sso": string;
|
"sso": string;
|
||||||
|
|
Reference in a new issue