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

    Type Alias AvailableNumbersParams

    type AvailableNumbersParams = {
        country?: string;
        features_a2p_sms?: boolean;
        features_sms?: boolean;
        features_voice?: boolean;
    }
    Index

    Properties

    country?: string
    features_a2p_sms?: boolean
    features_sms?: boolean
    features_voice?: boolean