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

    Type Alias Format

    type Format = {
        carrier: string | null;
        country_code: string | false;
        country_iso: string | null;
        country_name: string | null;
        international: string;
        international_formatted: string;
        national: string | null;
        network_type: NetworkType | null;
        success: boolean;
    }
    Index

    Properties

    carrier: string | null
    country_code: string | false
    country_iso: string | null
    country_name: string | null
    international: string
    international_formatted: string
    national: string | null
    network_type: NetworkType | null
    success: boolean