ProductPriceRate: { baseCurrency: string; quoteCurrency: string; rate: number; timestamp: number | null }

Type declaration

  • baseCurrency: string
  • quoteCurrency: string
  • rate: number
  • timestamp: number | null