interface CurrencyVelocity {
    currency: string;
    velocity: string[];
}

Properties

Properties

currency: string
velocity: string[]