Function createEmptyHouseStreetContent

  • Returns {
        houses: {
            bay:
                | 1
                | 2
                | 3
                | 4;
            houseId:
                | 1
                | 2
                | 3
                | 4;
            id: string;
            layoutId:
                | 1
                | 2
                | 3
                | 4;
            layoutLabel: string;
            ownerDisplayName: null | string;
            ownerName: null | string;
            ownerNodeId: null | string;
            ownerSignature: null | string;
            priceUsd: number;
            purchasedAt: null | string;
            worldX: number;
        }[];
    }

    • houses: {
          bay:
              | 1
              | 2
              | 3
              | 4;
          houseId:
              | 1
              | 2
              | 3
              | 4;
          id: string;
          layoutId:
              | 1
              | 2
              | 3
              | 4;
          layoutLabel: string;
          ownerDisplayName: null | string;
          ownerName: null | string;
          ownerNodeId: null | string;
          ownerSignature: null | string;
          priceUsd: number;
          purchasedAt: null | string;
          worldX: number;
      }[]