We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47869b7 commit 9e39f63Copy full SHA for 9e39f63
docs/utils/generate-path.md
@@ -26,7 +26,7 @@ title: generatePath
26
declare function generatePath<Path extends string>(
27
path: Path,
28
params?: {
29
- [key in PathParams<Path> | (string & {})]: string
+ [key in PathParams<Path>]: string
30
}
31
): string;
32
```
0 commit comments