Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/queries/candlestick/fragments/currencyPriceFragment"

Index

Type aliases

CurrencyPricePartial

CurrencyPricePartial: Pick<CurrencyPrice, "amount">

Variables

Const CURRENCY_PRICE_PARTIAL_FRAGMENT

CURRENCY_PRICE_PARTIAL_FRAGMENT: any = gql`fragment currencyPricePartialFields on CurrencyPrice {amount}`

Generated using TypeDoc