@lasuillard/raindrop-client
    Preparing search index...

    Interface ImportHTMLBookmarkFileResponseItemFolder

    interface ImportHTMLBookmarkFileResponseItemFolder {
        bookmarks: ImportHTMLBookmarkFileResponseItemBookmark[];
        created?: string;
        folders: ImportHTMLBookmarkFileResponseItemFolder[];
        lastUpdate?: string;
        title: string;
    }
    Index
    created?: string
    lastUpdate?: string
    title: string