export interface IRedeemOptionStatisticDTO { totalAmount: number; amountOfTransactions: number; uniqueUsers: number; averageTransaction: number; }