@seven.io/client
    Preparing search index...

    Type Alias MNP

    type MNP = {
        country: string;
        international_formatted: string;
        isPorted: boolean | null;
        mccmnc: string;
        national_format: string;
        network: string | null;
        networkType: string | null;
        number: string;
    }
    Index

    Properties

    country: string
    international_formatted: string
    isPorted: boolean | null
    mccmnc: string
    national_format: string
    network: string | null
    networkType: string | null
    number: string