• Parameters

    • house: {
          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;
      }
      • 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

    Returns boolean