Skip to content

Commit 1a5e619

Browse files
authoredNov 15, 2022
feat(NODE-4757): deprecate unused PipeOptions (#3466)
1 parent 9958879 commit 1a5e619

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/change_stream.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ export type ResumeToken = unknown;
7878
*/
7979
export type OperationTime = Timestamp;
8080

81-
/** @public */
81+
/**
82+
* @public
83+
* @deprecated This interface is unused and will be removed in the next major version of the driver.
84+
*/
8285
export interface PipeOptions {
8386
end?: boolean;
8487
}

0 commit comments

Comments
 (0)
Please sign in to comment.