hywrapper-ts / Exports / House
Interface: House
House information
Table of contents
Properties
Properties
cookies
• Optional cookies: Cookies
The Cookies statistics for the house.
Defined in
src/models/housing/HousingResponses.ts:50
createdAt
• Optional createdAt: number
The timestamp when the house was created.
Defined in
src/models/housing/HousingResponses.ts:42
name
• Optional name: string
The display name of the house.
Defined in
src/models/housing/HousingResponses.ts:38
owner
• Optional owner: string
The UUID of the player who owns the house.
Defined in
src/models/housing/HousingResponses.ts:34
players
• Optional players: number
The current number of players in the house.
Defined in
src/models/housing/HousingResponses.ts:46
uuid
• Optional uuid: string
The UUID of the house.
Defined in
src/models/housing/HousingResponses.ts:30