Skip to content

Commit 52b8593

Browse files
committed
fix: declare dynamically assigned length property
1 parent fb442ed commit 52b8593

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bulk/common.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,8 @@ export class BulkWriteShimOperation extends AbstractOperation {
911911
/** @public */
912912
export abstract class BulkOperationBase {
913913
isOrdered: boolean;
914+
// Declare dynamically assigned property
915+
declare length: number;
914916
/** @internal */
915917
s: BulkOperationPrivate;
916918
operationId?: number;

0 commit comments

Comments
 (0)