Merge pull request #26592 from shaharmor/patch-3

Add ISP & Connection databases info to maxmind typings
This commit is contained in:
Mine Starks
2018-06-15 15:35:12 -07:00
committed by GitHub
+5
View File
@@ -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 {