Type Alias TickArrayData

TickArrayData: {
    startTickIndex: number;
    ticks: TickData[];
    whirlpool: PublicKey;
}