Type alias Amount

Amount: {
    amount: string;
    denom: string;
}

Type declaration

  • amount: string
  • denom: string