Skip to content

Commit

Permalink
[ML] Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Apr 12, 2022
1 parent 15556b6 commit aaf4742
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ export function processDataForFocusAnomalies(
functionDescription: any
): any;

export function processScheduledEventsForChart(chartData: any, scheduledEvents: any): any;
export function processScheduledEventsForChart(
chartData: any,
scheduledEvents: any,
aggregationInterval: any
): any;

export function findNearestChartPointToTime(chartData: any, time: any): any;

Expand Down

0 comments on commit aaf4742

Please sign in to comment.