interface LabelValueItem<T> {
    label: string;
    value: T;
}

Type Parameters

  • T

Properties

Properties

label: string
value: T