interface StackStageIdentity {
    stack: string;
    stage: string;
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

stack: string
stage: string