Interface IRawUserBookmarksResponse

The raw data received when fetching the bookmarks of the given user.

interface IRawUserBookmarksResponse {
    data: Data;
}

Properties

Properties

data: Data