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

    Type Alias CountryNetwork

    type CountryNetwork = {
        comment: string;
        features: string[];
        mcc: string;
        mncs: string[];
        networkName: string;
        price: number;
    }
    Index

    Properties

    comment: string
    features: string[]
    mcc: string
    mncs: string[]
    networkName: string
    price: number