// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. /** * Request payload for pair candles. */ export type KbDemoPipeline2PairCandlesRequest = { /** * Pair id to load. */ pairId: number, /** * Timeframe in seconds. */ timeframeSeconds: number, /** * Whether materialized candles should be preferred when available. */ preferMaterialized: boolean, };