Interface HistoricalPricesAllowance

interface HistoricalPricesAllowance {
    allowanceExpiry: number;
    remainingAllowance: number;
    totalAllowance: number;
}

Properties

allowanceExpiry: number
remainingAllowance: number
totalAllowance: number