UNPKG

@boligmappa/web-component-search

Version:

Web component for interacting with the Boligmappa APIs

14 lines 357 B
export interface StreetModel { id: string; municipalityName: string; municipalityNumber: number; postalCode: string; postalPlace: string; streetName: string; streetNumner: number; } export interface StreetResponseModel { success: boolean; response: StreetModel[]; } //# sourceMappingURL=street-model.d.ts.map