fix types issue

This commit is contained in:
andyk 2020-11-06 17:18:13 +03:00
parent 7cb042517f
commit 442847dc1d

View File

@ -1,6 +1,4 @@
import BigNumber from 'bignumber.js'; import BigNumber from 'bignumber.js';
import {MockTokenMap} from './contracts-helpers';
import {UiPoolDataProviderFactory} from '../types';
export interface SymbolMap<T> { export interface SymbolMap<T> {
[symbol: string]: T; [symbol: string]: T;