nylas
    Preparing search index...

    Interface PhoneNumber

    Interface for phone numbers in a contact.

    interface PhoneNumber {
        number?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    number?: string
    type?: string