AppleSauce
    Preparing search index...

    Type Alias ListBlockedIpsMethod

    ListBlockedIpsMethod: TRelayMethod<
        "listblockedips",
        [],
        { ip: string; reason?: string }[],
    >