Type alias FiatConversionRateArgs

FiatConversionRateArgs: {
    from: string;
    to: string;
}

Type declaration

  • from: string
  • to: string