@deskcreate/agentcraft
    Preparing search index...

    Interface SlackAdapterConfig

    interface SlackAdapterConfig {
        apiBaseUrl?: string;
        defaultChannel?: string;
        onAuditEvent?: (event: AdapterAuditEvent) => void;
        timeoutMs?: number;
        token: string;
    }
    Index

    Properties

    apiBaseUrl?: string
    defaultChannel?: string
    onAuditEvent?: (event: AdapterAuditEvent) => void
    timeoutMs?: number
    token: string