interface AsyncRefOperationProgressNotification {
    commitId?: string;
    operationId?: number;
    progress?: number;
}

Hierarchy (View Summary)

Properties

commitId?: string
operationId?: number
progress?: number