import { BuildingModel } from "./building-model";
import { PropertyModel } from "./property-model";
export interface DispatchedData {
    building?: BuildingModel;
    properties: PropertyModel[];
}
//# sourceMappingURL=dispatched-data-model.d.ts.map