mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-06 09:10:30 +00:00
Merge pull request #26592 from shaharmor/patch-3
Add ISP & Connection databases info to maxmind typings
This commit is contained in:
Vendored
+5
@@ -68,6 +68,11 @@ export declare interface Response {
|
||||
readonly names: Translations;
|
||||
};
|
||||
readonly postal?: { code: string };
|
||||
readonly isp?: {
|
||||
readonly isp: string;
|
||||
readonly autonomous_system_number: number;
|
||||
};
|
||||
readonly connection?: { connection_type: string };
|
||||
}
|
||||
|
||||
export declare interface Translations {
|
||||
|
||||
Reference in New Issue
Block a user