Interface RawYear

interface RawYear {
    text: number;
    value: number;
}

Properties

Properties

text: number
value: number