nylas
    Preparing search index...

    Interface WebPage

    Interface for web pages in a contact.

    interface WebPage {
        type?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    type?: string
    url?: string