type EnumOption = { label: string; value: string; }; export default EnumOption;