interface AsyncRefOperationCommitLevelEventNotification {
    commitId?: string;
    operationId?: number;
}

Hierarchy (View Summary)

Properties

commitId?: string
operationId?: number