abuseipdb-client - v1.0.21
    Preparing search index...

    Variable checkBlockSchemaConst

    checkBlockSchema: ZodObject<
        { network: ZodEffects<ZodString, string, string> } & {
            maxAgeInDays: ZodOptional<ZodNumber>;
        },
        "strip",
        ZodTypeAny,
        { maxAgeInDays?: number; network: string },
        { maxAgeInDays?: number; network: string },
    > = ...