Interface ConfigSetInstructionsHolder

interface ConfigSetInstructionsHolder {
    configSets: readonly ConfigSetInstruction[];
}

Hierarchy (view full)

Properties

Properties

configSets: readonly ConfigSetInstruction[]

Generated using TypeDoc