interface BarUpdate {
    bar: Bar;
    isNew: boolean;
}

Properties

Properties

bar: Bar
isNew: boolean