UNPKG

@boligmappa/web-component-search

Version:

Web component for interacting with the Boligmappa APIs

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