mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix types issue
This commit is contained in:
parent
7cb042517f
commit
442847dc1d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user