Type alias CurrencyFlow

CurrencyFlow: {
    currency: Currency;
    amount: string;
    direction: "in" | "out";
}

Type declaration

  • currency: Currency
  • amount: string
  • direction: "in" | "out"