interface ParameterOptionWithPath {
    parameter: string;
    path: string[];
}

Properties

Properties

parameter: string
path: string[]