Skip to content

Commit deba701

Browse files
committed
Fix ObjectString type
1 parent 594ccd4 commit deba701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface ObjectUnknown {
3030
[key: string]: unknown;
3131
}
3232
export interface ObjectString {
33-
[key: string]: unknown;
33+
[key: string]: string;
3434
}
3535

3636
export type ToLocation<S extends State = State> =

0 commit comments

Comments
 (0)