export type HousePlace = { houseId: string; id: string; placeId: string; type: 'housePlace'; }; export type HousePlacePayload = { house_place: { house_id: string; }; };