···120120121121 // This subject forms the input of operations; executeOperation may be
122122 // called to dispatch a new operation on the subject
123123- const { source: operations$, next: nextOperation } = makeSubject<
124124- Operation
125125- >();
123123+ const {
124124+ source: operations$,
125125+ next: nextOperation,
126126+ } = makeSubject<Operation>();
126127 this.operations$ = operations$;
127128128129 let isOperationBatchActive = false;