@tanstack/react-router 1.144.0 → 1.145.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1981,7 +1981,10 @@ type SearchParamOptions = {
1981
1981
  }
1982
1982
 
1983
1983
  type PathParamOptions = {
1984
- path?: true | Record<string, TPathParam> | ((prev: TFromParams) => TToParams)
1984
+ params?:
1985
+ | true
1986
+ | Record<string, TPathParam>
1987
+ | ((prev: TFromParams) => TToParams)
1985
1988
  }
1986
1989
  \`\`\`
1987
1990