interface ShoppingListSetStoreAction {
    action: "setStore";
    store?: StoreResourceIdentifier;
}

Properties

Properties

action: "setStore"

The Store the ShoppingList should be assigned to. If empty, any existing value will be removed.

Generated using TypeDoc