@yoroi/common
Version:
The Common package of Yoroi SDK
7 lines • 312 B
TypeScript
import { AxiosRequestConfig } from 'axios';
/**
* @deprecated This function is deprecated and will be removed in a future release. Use `fetchData` instead.
*/
export declare const fetcher: Fetcher;
export type Fetcher = <T = any>(config: AxiosRequestConfig) => Promise<T>;
//# sourceMappingURL=fetcher.d.ts.map