Gaunt Sloth Assistant - v1.0.5
    Preparing search index...

    Type Alias MiddlewareConfig

    MiddlewareConfig: string | PredefinedMiddlewareConfig | AgentMiddleware

    Middleware configuration that can be specified in JSON or JS config.

    • String: Name of predefined middleware with default settings
    • PredefinedMiddlewareConfig: Predefined middleware with custom settings (JSON compatible)
    • CustomMiddleware: Custom middleware object (JS config only)