import { TokenInerface } from './token.inerface'; export interface QuoteTokensInterface { from: TokenInerface; to: TokenInerface; }