interface WaitStep {
    allow_dependency_failure?: boolean;
    branches?: string | string[];
    continue_on_failure?: boolean;
    depends_on?: null | string | (string | DependsOn)[];
    id?: string;
    identifier?: string;
    if?: string;
    key?: string;
    label?: string;
    name?: string;
    wait: string;
}

Properties

allow_dependency_failure?: boolean
branches?: string | string[]
continue_on_failure?: boolean
depends_on?: null | string | (string | DependsOn)[]
id?: string
identifier?: string
if?: string
key?: string
label?: string
name?: string
wait: string