Skip to content

Commit d656177

Browse files
feat: revert compilepathparams typing
1 parent de24cc7 commit d656177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { compile, PathFunction } from "path-to-regexp";
22
import { stringify as stringifyQuery } from "qs";
33

44
interface CompilePathParams {
5-
[key: string]: string | number | string[];
5+
[key: string]: string | number | string[] | number[];
66
}
77
interface CompilePathQuery {
88
[key: string]: any;

0 commit comments

Comments
 (0)