interface AsyncRefOperationCompletedNotification {
    newRefName?: string;
    operationId?: number;
}

Hierarchy (View Summary)

Properties

newRefName?: string
operationId?: number