nylas
    Preparing search index...

    Interface InstantMessagingAddress

    Interface for IM addresses in a contact.

    interface InstantMessagingAddress {
        imAddress?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    imAddress?: string
    type?: string