@wangliang139/klinecharts-pro 0.2.23 → 0.2.25

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.ts CHANGED
@@ -103,7 +103,7 @@ export interface AlertItem {
103
103
  id: string;
104
104
  type: AlertType;
105
105
  frequency: AlertFrequency;
106
- price?: number;
106
+ price?: number | string;
107
107
  window?: AlertWindow;
108
108
  percent?: number;
109
109
  remark?: string;