type KeyValue = { [key: string]: any;};export default KeyValue;
type KeyValue = {
[key: string]: any;
};
export default KeyValue;