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

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"

Generated using TypeDoc