Object describing potential storage locations for bookmarks.

interface BookmarkStorage {
    privateUrls: string[];
    publicUrls: string[];
}

Properties

privateUrls: string[]

locations for personal use, not listed publicly

publicUrls: string[]

Locations that can be discovered by the public