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

    Interface ImportHTMLBookmarkFileResponseItemBookmark

    interface ImportHTMLBookmarkFileResponseItemBookmark {
        cover: string;
        created: string;
        excerpt: string;
        highlights?: string[];
        important: boolean;
        lastUpdate: string;
        link: string;
        media: ParseURLResponseItemMediaInner[];
        note: string;
        tags: string[];
        title: string;
    }
    Index
    cover: string
    created: string
    excerpt: string
    highlights?: string[]
    important: boolean
    lastUpdate: string
    link: string
    note: string
    tags: string[]
    title: string