Skip to content

RouteParams

RouteParams<Path> = string extends Path ? Record<string, string> : ParsePathParams<Path> extends Record<string, never> ? Record<string, string> : ParsePathParams<Path>

Defined in: src/util/types.ts:55

Path extends string