hywrapper-ts / Exports / HousingHouseResponse
Interface: HousingHouseResponse
Information about a House.
Hierarchy
↳ HousingHouseResponse
Table of contents
Properties
Properties
cause
• Optional cause: string
Inherited from
Defined in
src/types.ts:92
house
• Optional house: House
The House details.
Defined in
src/models/housing/HousingResponses.ts:20
rateLimit
• Optional rateLimit: RateLimit
Inherited from
Defined in
src/types.ts:93
success
• Optional success: boolean
Inherited from
Defined in
src/types.ts:91