interface ShoppingListStoreSetMessagePayload {
    store: StoreKeyReference;
    type: "ShoppingListStoreSet";
}

Properties

Properties

type: "ShoppingListStoreSet"