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

    Type Alias Carrier

    type Carrier = {
        country: string;
        name: string | null;
        network_code: string;
        network_type: NetworkType | null;
    }
    Index

    Properties

    country: string
    name: string | null
    network_code: string
    network_type: NetworkType | null