Skip to content

Commit

Permalink
Make KeyValue Type string: any based, closes #102
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierGeerinck authored Sep 20, 2021
1 parent 2935614 commit 09c84e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/KeyValue.type.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type KeyValueType = {
[key: string]: string;
[key: string]: any;
}

0 comments on commit 09c84e8

Please sign in to comment.