Files
khadhroony-bobobot/kb_app/frontend/ts/bindings/KbDemoPipelineInspectPairRequest.ts
2026-05-01 12:01:13 +02:00

15 lines
395 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 one pipeline inspection by pair id.
*/
export type KbDemoPipelineInspectPairRequest = {
/**
* Pair id to inspect.
*/
pairId: bigint,
/**
* Optional custom timeframe in seconds for on-demand candle rebuild.
*/
customTimeframeSeconds: bigint | null, };