interface ShoppingListReference {
    id: string;
    obj?: ShoppingList;
    typeId: "shopping-list";
}

Hierarchy (View Summary)

Properties

Properties

id: string

Unique identifier of the referenced ShoppingList.

Contains the representation of the expanded ShoppingList. Only present in responses to requests with Reference Expansion for ShoppingLists.

typeId: "shopping-list"

Type of referenced resource.