FabienDanieau's picture
first commit
2434dca
type KeyValue = {
[key: string]: any;
};
export default KeyValue;