Interface IRawBookmarkFolder

Represents the raw data of a single BookmarkFolder.

interface IRawBookmarkFolder {
    id: string;
    name: string;
}

Properties

Properties

id: string

The unique identifier for the folder.

name: string

The display name of the folder.