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

    Type Alias HLR

    type HLR = {
        country_code: string;
        country_code_iso3?: string;
        country_name: string;
        country_prefix: string;
        current_carrier: Carrier;
        gsm_code: GsmCode;
        gsm_message: string;
        international_format_number: string;
        international_formatted: string;
        lookup_outcome: typeof HLR_LOOKUP_OUTCOME_CODES[number] | boolean;
        lookup_outcome_message: string;
        national_format_number: string;
        original_carrier: Carrier;
        ported: typeof HLR_PORTED_CODES[number];
        reachable: typeof HLR_REACHABLE_CODES[number];
        roaming: typeof HLR_ROAMING_CODES[number] | Roaming;
        status: boolean;
        status_message: typeof HLR_STATUS_MESSAGE_CODES[number];
        valid_number: typeof HLR_VALID_NUMBER_CODES[number];
    }
    Index

    Properties

    country_code: string
    country_code_iso3?: string
    country_name: string
    country_prefix: string
    current_carrier: Carrier
    gsm_code: GsmCode
    gsm_message: string
    international_format_number: string
    international_formatted: string
    lookup_outcome: typeof HLR_LOOKUP_OUTCOME_CODES[number] | boolean
    lookup_outcome_message: string
    national_format_number: string
    original_carrier: Carrier
    ported: typeof HLR_PORTED_CODES[number]
    reachable: typeof HLR_REACHABLE_CODES[number]
    roaming: typeof HLR_ROAMING_CODES[number] | Roaming
    status: boolean
    status_message: typeof HLR_STATUS_MESSAGE_CODES[number]
    valid_number: typeof HLR_VALID_NUMBER_CODES[number]