Interface MaxMindRecord

Contains data related to your MaxMind account.

interface MaxMindRecord {
    queriesRemaining: number;
}

Properties

Properties

queriesRemaining: number

The number of remaining queries in your account for the web service end point. This will be null when using a local database.

Generated using TypeDoc