mayak-common-library 0.0.820 → 0.0.822

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1670,7 +1670,7 @@ interface DetailsProps {
1670
1670
  machineName?: string | null;
1671
1671
  value?: string | null;
1672
1672
  };
1673
- houseTypes?: string[];
1673
+ houseTypes?: Array<string | undefined> | null;
1674
1674
  }
1675
1675
 
1676
1676
  interface RealtyCardProps {
package/dist/index.d.ts CHANGED
@@ -1670,7 +1670,7 @@ interface DetailsProps {
1670
1670
  machineName?: string | null;
1671
1671
  value?: string | null;
1672
1672
  };
1673
- houseTypes?: string[];
1673
+ houseTypes?: Array<string | undefined> | null;
1674
1674
  }
1675
1675
 
1676
1676
  interface RealtyCardProps {