UNPKG

@etherspot/data-utils

Version:
7 lines (5 loc) 123 B
declare class FetchExchangeRatesDto { tokens: Array<string>; chainId: number; } export { FetchExchangeRatesDto };