File size: 70 Bytes
2434dca
 
 
 
1
2
3
4
5
type KeyValue = {
    [key: string]: any;
};
export default KeyValue;