diff --git a/src/types/KeyValue.type.ts b/src/types/KeyValue.type.ts index 815184ae..b5f5463d 100644 --- a/src/types/KeyValue.type.ts +++ b/src/types/KeyValue.type.ts @@ -1,3 +1,3 @@ export type KeyValueType = { - [key: string]: string; + [key: string]: any; } \ No newline at end of file