Conexia Telecom SDK
    Preparing search index...

    Type Alias MobilePhone

    Represents users mobile phone.

    type MobilePhone = {
        name: string;
        number: string;
    }
    Index
    name: string

    Mobile phone name (title).

    number: string

    Mobile phone number.