Interface ConfigurationParameterInfo

interface ConfigurationParameterInfo {
    name: string;
    options?: string[];
    parameter: string;
    type: string;
}

Properties

name: string
options?: string[]
parameter: string
type: string

Generated using TypeDoc