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

    Interface NotifySlack

    interface NotifySlack {
        if?: string;
        slack?: string | NotifySlackObject;
    }
    Index

    Properties

    Properties

    if?: string

    A boolean expression that omits the step when false

    slack?: string | NotifySlackObject