Skip to content

Commit

Permalink
feat(NODE-4757): deprecate unused PipeOptions (#3466)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariakp committed Nov 15, 2022
1 parent 9958879 commit 1a5e619
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/change_stream.ts
Expand Up @@ -78,7 +78,10 @@ export type ResumeToken = unknown;
*/
export type OperationTime = Timestamp;

/** @public */
/**
* @public
* @deprecated This interface is unused and will be removed in the next major version of the driver.
*/
export interface PipeOptions {
end?: boolean;
}
Expand Down

0 comments on commit 1a5e619

Please sign in to comment.