Interface ImportHTMLBookmarkFileResponseItemBookmark

ImportHTMLBookmarkFileResponseItemBookmark

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

Properties

cover: string

ImportHTMLBookmarkFileResponseItemBookmark

created: string

ImportHTMLBookmarkFileResponseItemBookmark

excerpt: string

ImportHTMLBookmarkFileResponseItemBookmark

important: boolean

ImportHTMLBookmarkFileResponseItemBookmark

lastUpdate: string

ImportHTMLBookmarkFileResponseItemBookmark

link: string

ImportHTMLBookmarkFileResponseItemBookmark

ImportHTMLBookmarkFileResponseItemBookmark

note: string

ImportHTMLBookmarkFileResponseItemBookmark

tags: string[]

ImportHTMLBookmarkFileResponseItemBookmark

title: string

ImportHTMLBookmarkFileResponseItemBookmark