UNPKG
@zhiguang-gastrofy/capi
Version:
latest (0.2.0)
0.2.0
comany apis, including Northfork api and Gastrofy api
gastrofy/npm-packages
@zhiguang-gastrofy/capi
/
dist
/
shopping.service.d.ts
12 lines
(11 loc)
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
class
ShoppingService
{
calculationType
:
string
;
prioritization
:
string
;
storeIdentifier
:
string
;
storeProvider
:
string
;
recipes
:
any
[];
products
:
any
[];
productExceptions
:
any
[];
constructor
(
);
getCart
(
customerToken
:
string
,
userId
?:
string
):
any
; }