UNPKG

lootpay

Version:
10 lines (9 loc) 219 B
export declare function makev1LootpayRequest<T = any>({ url, method, body, apiKey, }: { url: string; method: 'GET' | 'POST'; body?: any; apiKey: string; }): Promise<{ err?: string; data?: T; }>;