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
/
gastrofy.service.d.ts
6 lines
(5 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
GastrofyService
{
_GFHttp
:
any
;
constructor
(
config
?:
any
);
getRecipeMeta
(
ids
:
string
):
any
; }