Type alias PoolVolumeDto

PoolVolumeDto: {
    poolKey: `0x${string}`;
    intervalType: "5m";
    timestamp: number;
    currencyAVolume: CurrencyAmount;
    currencyBVolume: CurrencyAmount;
}

Type declaration