Interface ParameterValues

interface ParameterValues {
    [name: string]: ParameterValue;
}

Indexable

[name: string]: ParameterValue