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 2935614 commit 09c84e8Copy full SHA for 09c84e8
src/types/KeyValue.type.ts
@@ -1,3 +1,3 @@
1
export type KeyValueType = {
2
- [key: string]: string;
+ [key: string]: any;
3
}
0 commit comments