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

Hierarchy (View Summary)

Properties

Properties

app: string
stack: string
stage: string