Interface Favourite

Favourite ($ref: "Favourites.Favourite") Represents a favourite item.

interface Favourite {
    favouriteid: string;
    itemid: string;
    name: string;
    type: FavouriteType;
}

Properties

favouriteid: string
itemid: string
name: string