Interface BookmarkAction

interface BookmarkAction {
    data: BookmarkData;
    type: "bookmarked";
}

Hierarchy (view full)

Properties

Properties

type: "bookmarked"