Node CrowdSec Client
    Preparing search index...

    Interface HubItem

    HubItem

    interface HubItem {
        name?: string;
        status?: string;
        version?: string;
    }
    Index
    name?: string

    name of the hub item

    status?: string

    status of the hub item (official, custom, tainted, etc.)

    version?: string

    version of the hub item