A bookmark stored in a Pod

interface Bookmark {
    bookmarkedUrl: string;
    title: string;
    uri: string;
}

Properties

bookmarkedUrl: string

The URL the bookmark refers to

title: string

The human-readable title of the bookmark

uri: string

ID of the bookmark