Files
khadhroony-bobobot/kb_demo_app/frontend/ts/bindings/DemoPipeline2PairCandlesRequest.ts
2026-05-10 00:33:01 +02:00

19 lines
417 B
TypeScript

// 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 DemoPipeline2PairCandlesRequest = {
/**
* Pair id to load.
*/
pairId: number,
/**
* Timeframe in seconds.
*/
timeframeSeconds: number,
/**
* Whether materialized candles should be preferred when available.
*/
preferMaterialized: boolean, };