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 = {
701701 progress : null | {
702702 /** An array of all the steps currently being processed */
703703 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.
706707 */
707708 currentStep : string ;
708709 /** Number of finished tasks */
709710 finished : number ;
710711 /** Total number of tasks to finish before moving to the next step */
711712 total : number ;
712713 } > ;
713- /** Percentage of progression of all steps currently being processed*/
714+ /** Percentage of progression of all steps currently being processed */
714715 percentage : number ;
715716 } ;
716717
You can’t perform that action at this time.
0 commit comments