RTGM usage paramter with values.

interface UsageParameterValues {
    info: string;
    label: string;
    values: string[];
}

Properties

Properties

info: string
label: string
values: string[]