Node CrowdSec Client
    Preparing search index...

    WatcherAuthResponse the response of a successful authentication

    interface WatcherAuthResponse {
        code?: number;
        expire?: string;
        token?: string;
    }
    Index
    code?: number
    expire?: string
    token?: string