export interface IEventOptionAutocomplete { label: string; value: string; idInput: string; }