interface DeploymentEvent {
    attemptId?: number;
    id?: number;
    stageName?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

attemptId?: number
id?: number
stageName?: string
url?: string