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