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
/
gn.service.d.ts
8 lines
(7 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
GNService
{
_NFHttp
:
any
;
_GFHttp
:
any
;
constructor
(
config
:
any
);
getRecipe
(
id
:
any
,
params
?:
any
):
any
;
getRecipes
(
params
?:
any
):
any
; }