@ipregistry/client
    Preparing search index...

    Interface ApiResponse<T>

    interface ApiResponse<T> {
        credits: ApiResponseCredits;
        data: T;
        throttling: null | ApiResponseThrottling;
    }

    Type Parameters

    • T
    Index

    Properties

    data: T
    throttling: null | ApiResponseThrottling