interface DeploymentManualInterventionPendingEvent {
    approval?: ReleaseApproval;
    deployment?: Deployment;
    emailRecipients?: string[];
    environmentOwner?: IdentityRef;
    manualIntervention?: ManualIntervention;
    project?: ProjectReference;
    release?: Release;
}

Properties

approval?: ReleaseApproval
deployment?: Deployment
emailRecipients?: string[]
environmentOwner?: IdentityRef
manualIntervention?: ManualIntervention
release?: Release