@mashkovd/pelican-vue 0.3.0 → 0.3.2

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
@@ -133,7 +133,7 @@ export declare interface Strategy {
133
133
  MaxDD: number | null;
134
134
  RealisedPnl: number | null;
135
135
  UnrealisedPnl: number | null;
136
- History: HistoryPoint[];
136
+ History?: HistoryPoint[];
137
137
  TradesTotal: number;
138
138
  Wins: number;
139
139
  Losses: number;