@buildkite/buildkite-sdk
    Preparing search index...

    Type Alias DependsOnList

    DependsOnList: (
        | string
        | { allow_failure?: true
        | false
        | "true"
        | "false"; step?: string }
    )[]