Skip to content

Commit 09c84e8

Browse files
Make KeyValue Type string: any based, closes #102
1 parent 2935614 commit 09c84e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/KeyValue.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export type KeyValueType = {
2-
[key: string]: string;
2+
[key: string]: any;
33
}

0 commit comments

Comments
 (0)