Type alias PoolSnapshotDto

PoolSnapshotDto: {
    poolKey: `0x${string}`;
    intervalType: CHART_LOG_INTERVALS;
    timestamp: number;
    price: string;
    liquidityA: CurrencyAmount;
    liquidityB: CurrencyAmount;
    totalSupply: Currency6909Amount;
}

Type declaration