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 a71cb66 commit 6f2e005Copy full SHA for 6f2e005
Resources/js/router.ts
@@ -1,5 +1,5 @@
1
export interface RouteDefaults {
2
- [index: string]: string | null;
+ [index: string]: string | number | null;
3
}
4
5
export interface RouteRequirements {
Resources/ts/router.d.ts
[index: string]: string;
0 commit comments