@open-tender/cloud
Version:
A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our cloud-based Order API.
43 lines (42 loc) • 1.9 kB
TypeScript
export declare const customerReducer: import("redux").Reducer<import("redux").CombinedState<{
account: import("./account").AccountState;
communicationPreferences: import("./communicationPreferences").CustomerCommunicationPrefsState;
creditCards: import("./creditCards").CustomerCreditCardsState;
allergens: import("./allergens").CustomerAllergensState;
addresses: import("./addresses").CustomerAddressesState;
favorites: import("./favorites").CustomerFavoritesState;
fcmToken: import("./fcmToken").CustomerFcmTokenState;
giftCards: import("./giftCards").CustomerGiftCardsState;
groupOrders: import("./groupOrders").CustomerGroupOrdersState;
history: import("./history").CustomerHistoryState;
houseAccounts: import("./houseAccounts").CustomerHouseAccountsState;
loyalty: import("./loyalty").CustomerLoyaltyState;
order: import("./order").CustomerOrderState;
orders: import("./orders").CustomerOrdersState;
pointsShop: import("./pointsShop").PointsShopState;
tplsPointsShop: import("./tplsPointsShop").TplsPointsShopState;
qrcode: import("./qrCode").CustomerQRCodeState;
rewards: import("./rewards").CustomerRewardsState;
thanx: import("./thanx").CustomerThanxState;
tpls: import("./tpls").CustomerTplsState;
}>, import("redux").AnyAction>;
export * from './account';
export * from './addresses';
export * from './allergens';
export * from './communicationPreferences';
export * from './creditCards';
export * from './favorites';
export * from './fcmToken';
export * from './giftCards';
export * from './groupOrders';
export * from './history';
export * from './houseAccounts';
export * from './loyalty';
export * from './order';
export * from './orders';
export * from './pointsShop';
export * from './qrCode';
export * from './rewards';
export * from './thanx';
export * from './tpls';
export * from './tplsPointsShop';