interface StringParameter<T> {
    label: string;
    values: T[];
}

Type Parameters

  • T

Properties

Properties

label: string
values: T[]