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

    Interface NestedCommandStep

    interface NestedCommandStep {
        command?: CommandStep;
        commands?: CommandStep;
        script?: CommandStep;
    }
    Index

    Properties

    command?: CommandStep
    commands?: CommandStep
    script?: CommandStep