LimitedValuesOption<TValue>: {
    label: string;
    value: TValue;
} | TValue

Type Parameters

  • TValue