UNPKG

tggl-client

Version:

Tggl Typescript SDK for client and server

7 lines (6 loc) 190 B
export declare const apiCall: ({ apiKey, body, url, method, }: { url: string; method: 'post' | 'get'; apiKey?: string | null | undefined; body?: any; }) => Promise<unknown>;