Interface ConfigSetInstructionsHolder

interface ConfigSetInstructionsHolder {
    configSets: readonly ConfigSetInstruction[];
}

Hierarchy (View Summary)

Properties

Properties

configSets: readonly ConfigSetInstruction[]