interface FootprintUpdate {
    bar: FootprintBar;
    isNew: boolean;
}

Properties

Properties

isNew: boolean