@ipregistry/client
    Preparing search index...

    Interface AutonomousSystem

    interface AutonomousSystem {
        allocated: string;
        asn: number;
        country_code: string;
        domain: string;
        name: string;
        prefixes: AutonomousSystemPrefixes;
        registry: RegionalInternetRegistry;
        relationships: AutonomousSystemRelationships;
        type: AsType;
        updated: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allocated: string
    asn: number
    country_code: string
    domain: string
    name: string
    type: AsType
    updated: string