@marketrix.ai/widget 3.8.40 → 3.8.53

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.
@@ -5,10 +5,6 @@
5
5
  * These are shared utilities used across the codebase.
6
6
  */
7
7
  import type { WidgetSettingsData } from '../sdk';
8
- /**
9
- * Check if an object has a specific property
10
- */
11
- export declare function hasProperty<K extends string>(obj: unknown, key: K): obj is Record<K, unknown>;
12
8
  /**
13
9
  * Type guard for WidgetSettingsData
14
10
  */