Interface ConfigSetInstruction

interface ConfigSetInstruction {
    name: string;
    stage: string;
}

Properties

Properties

name: string
stage: string

Generated using TypeDoc