interface IndexedBar {
    bar: Bar;
    index: number;
}

Properties

Properties

bar: Bar
index: number