Advance M7 workflows and release operations
This commit is contained in:
@@ -5,7 +5,11 @@ export interface ProgressEvent {
|
||||
operation: string;
|
||||
phase: ProgressPhase;
|
||||
fraction?: number;
|
||||
bytesRead?: number;
|
||||
totalBytes?: number;
|
||||
message?: string;
|
||||
revision?: number;
|
||||
errorCode?: string;
|
||||
stage?: string;
|
||||
cancellable?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user