Describes the parameter value.

interface ParameterValue {
    label: string;
    value: any;
}

Properties

Properties

label: string
value: any