@ipregistry/client
    Preparing search index...

    Interface Carrier

    interface Carrier {
        mcc: string | null;
        mnc: string | null;
        name: string | null;
    }
    Index

    Properties

    Properties

    mcc: string | null
    mnc: string | null
    name: string | null