import { TokenInerface } from './token.inerface'; export interface TokenAmountInterface extends TokenInerface { amount: string; }