Pinned Loading
-
-
trout.ts
trout.ts 1// Trie ROUTer
23export type RouteParams<R extends string = ""> = R extends `/${infer S}/${infer Rest}` ? SegParams<S> & RouteParams<`/${Rest}`>
4: R extends `/${infer S}` ? SegParams<S>
5: ({ [k: string]: string | string[] });
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.