UNPKG

@smartip/js

Version:

SmartIP.io Official Javascript Library (Typescript)

19 lines 448 B
export interface IAsnModel { "total-blocks-v4": number; "status-code": number; "ip-blocks-v4": string[]; "abuse": IAbuse; "registry": string; "country-iso-code": string; "name": string; "type": string; "domain": string; "error"?: any; "organization": string; "asn": string; } export interface IAbuse { address: string; email: string; } //# sourceMappingURL=AsnModel.d.ts.map