@karmaniverous/jeeves-runner
    Preparing search index...

    Interface NotifyConfig

    Notification configuration.

    interface NotifyConfig {
        slackToken: string | null;
    }
    Index

    Properties

    Properties

    slackToken: string | null

    Slack bot token for posting messages (null if not configured).