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

    Type Alias CommandStepAutomaticRetry

    CommandStepAutomaticRetry:
        | true
        | false
        | "true"
        | "false"
        | AutomaticRetry
        | AutomaticRetryList

    Whether to allow a job to retry automatically. If set to true, the retry conditions are set to the default value.