Interface Market

interface Market {
    r: number;
    t: number;
}

Properties

r t

Properties

r: number
t: number

Generated using TypeDoc