Node CrowdSec Client
    Preparing search index...

    Type Alias ICrowdSecHTTPWatcherMiddlewareOptions

    ICrowdSecHTTPWatcherMiddlewareOptions: (
        IWatcherAuthentication
        | ITLSAuthentication
    ) & {
        heartbeat?: boolean;
        scenarios?: (IScenarioConstructor | string)[];
        scenariosOptions?: IScenarioOptions;
    } & ICommonOptions