UNPKG

@coko/server

Version:

Reusable server for use by Coko's projects

5 lines 294 B
import { AxiosResponse } from 'axios'; import { getAuthTokens } from './tokens'; declare const authenticatedCall: (userId: string, providerLabel: string, callParameters: any) => Promise<AxiosResponse>; export { authenticatedCall, getAuthTokens }; //# sourceMappingURL=authenticatedCall.d.ts.map