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

15 lines
403 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 token mint.
*/
export type DemoPipelineInspectTokenRequest = {
/**
* Token mint to inspect.
*/
tokenMint: string,
/**
* Optional custom timeframe in seconds for on-demand candle rebuild.
*/
customTimeframeSeconds: bigint | null, };