type EnvoyOption = { label: string; value: string; isDisabled?: boolean; }; export default EnvoyOption;