/// autogenerated by protoc-plugin-js import type { Interval } from './Interval' export * from './Candle/encode.js' export * from './Candle/decode.js' export type Candle = { timestamp: bigint datetime: string high: string low: string open: string close: string volume: bigint interval: Interval notional: bigint }