interface Velocity {
    amount: string;
    period: string;
}

Properties

Properties

amount: string
period: string