File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ export interface ScheduleSummary {
207
207
208
208
info : {
209
209
/**
210
- * Most recent 10 Actions started (including manual triggers), sorted from older start time to newer.
210
+ * Most recent actions started (including manual triggers), sorted from older start time to newer.
211
211
*/
212
212
recentActions : ScheduleExecutionResult [ ] ;
213
213
214
214
/**
215
- * Scheduled time of the next 10 executions of this Schedule
215
+ * Next upcoming scheduled times of this Schedule
216
216
*/
217
217
nextActionTimes : Date [ ] ;
218
218
} ;
@@ -332,12 +332,12 @@ export type ScheduleDescription = {
332
332
333
333
info : {
334
334
/**
335
- * Most recent 10 Actions started (including manual triggers), sorted from older start time to newer.
335
+ * Most recent actions started (including manual triggers), sorted from older start time to newer.
336
336
*/
337
337
recentActions : ScheduleExecutionResult [ ] ;
338
338
339
339
/**
340
- * Scheduled time of the next 10 executions of this Schedule
340
+ * Next upcoming scheduled times of this Schedule
341
341
*/
342
342
nextActionTimes : Date [ ] ;
343
343
You can’t perform that action at this time.
0 commit comments