File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -701,16 +701,17 @@ export type BatchObject = {
701
701
progress : null | {
702
702
/** An array of all the steps currently being processed */
703
703
steps : Array < {
704
- /** A string representing the name of the current step
705
- * NOT stable. Only use for debugging purposes.
704
+ /**
705
+ * A string representing the name of the current step NOT stable. Only use
706
+ * for debugging purposes.
706
707
*/
707
708
currentStep : string ;
708
709
/** Number of finished tasks */
709
710
finished : number ;
710
711
/** Total number of tasks to finish before moving to the next step */
711
712
total : number ;
712
713
} > ;
713
- /** Percentage of progression of all steps currently being processed*/
714
+ /** Percentage of progression of all steps currently being processed */
714
715
percentage : number ;
715
716
} ;
716
717
You can’t perform that action at this time.
0 commit comments