interface IAdvancedSelectInterfaceItem<V> {
    text: string;
    value: V;
}

Type Parameters

  • V

Properties

Properties

text: string
value: V