UNPKG

@boligmappa/web-component-search

Version:

Web component for interacting with the Boligmappa APIs

13 lines 325 B
export interface AddressModel { id: string; houseNumber: number; houseSubNumber: string; streetName: string; postalCode: string; postalPlace: string; } export interface AddressResponseModel { success: boolean; response: AddressModel[]; } //# sourceMappingURL=address-model.d.ts.map