@karmaniverous/jeeves
    Preparing search index...

    Interface SlackWorkspaceOptions

    Options for the Slack workspace resolver.

    interface SlackWorkspaceOptions {
        cachePath: string;
        defaultWorkspace: string;
    }
    Index

    Properties

    cachePath: string

    Path to the channel→workspace cache JSON file.

    defaultWorkspace: string

    Default workspace team ID when resolution fails.