UNPKG
lootpay
Version:
latest (2.0.1)
2.0.1
2.0.0
To install dependencies:
github.com/lootably/lootpay-node-module
lootably/lootpay-node-module
lootpay
/
dist
/
src
/
utils
/
request.d.ts
10 lines
(9 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export declare function makev1LootpayRequest<T = any>({ url,
method
,
body
,
apiKey
, }:
{ url: string;
method
: '
GET
' | '
POST
'
; body?: any; apiKey: string; }): Promise<{ err?: string; data?: T; }>;