// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. /** * Local pair gap diagnostic sample for the UI. */ export type DemoPipeline2LocalPairGapDiagnosticSample = { /** * Pair id. */ pairId: number, /** * Pool address. */ poolAddress: string, /** * DEX code. */ dexCode: string, /** * Base mint. */ baseMint: string, /** * Base symbol. */ baseSymbol: string | null, /** * Quote mint. */ quoteMint: string, /** * Quote symbol. */ quoteSymbol: string | null, /** * Pair symbol. */ pairSymbol: string | null, /** * Decoded event count. */ decodedEventCount: number, /** * Decoded trade candidate count. */ decodedTradeCandidateCount: number, /** * Trade event count. */ tradeEventCount: number, /** * Pair candle count. */ pairCandleCount: number, };