// 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 pool address. */ export type KbDemoPipelineInspectPoolRequest = { /** * Pool address to inspect. */ poolAddress: string, /** * Optional custom timeframe in seconds for on-demand candle rebuild. */ customTimeframeSeconds: bigint | null, };