UNPKG

@yoroi/types

Version:
7 lines 310 B
import { AxiosRequestConfig } from 'axios'; import { ExchangeProvider } from './provider'; export interface ExchangeApi { getBaseUrl(providerId: string, fetcherOptions?: AxiosRequestConfig): Promise<string>; getProviders(): Promise<Record<string, ExchangeProvider>>; } //# sourceMappingURL=api.d.ts.map