Variable abuseIPDBClientSchemaConst

abuseIPDBClientSchema: ZodObject<{
    apiKey: ZodString;
    url: ZodOptional<ZodString>;
}, "strip", ZodTypeAny, {
    apiKey: string;
    url?: string;
}, {
    apiKey: string;
    url?: string;
}> = ...

Type declaration

  • apiKey: ZodString

    Client API Key, must be generated at AbuseIPDB's client dashboard.

  • url: ZodOptional<ZodString>

    Overrides the default AbuseIPDB base API url, can be used to proxy client requests.

    Default Value

    https://api.abuseipdb.com/api/v2

Type declaration

  • apiKey: string

    Client API Key, must be generated at AbuseIPDB's client dashboard.

  • Optional url?: string

    Overrides the default AbuseIPDB base API url, can be used to proxy client requests.

    Default Value

    https://api.abuseipdb.com/api/v2

Type declaration

  • apiKey: string

    Client API Key, must be generated at AbuseIPDB's client dashboard.

  • Optional url?: string

    Overrides the default AbuseIPDB base API url, can be used to proxy client requests.

    Default Value

    https://api.abuseipdb.com/api/v2

Generated using TypeDoc