export default interface IData {
    value: string;
    key: string;
}
