export default interface IItem { value: string | number; label: string; }