interface Identity {
    app: string;
    stack: string;
    stage: string;
}

Hierarchy (view full)

Properties

Properties

app: string
stack: string
stage: string