diff --git a/src/change_stream.ts b/src/change_stream.ts index 73526f0d466..7056f6d9dc6 100644 --- a/src/change_stream.ts +++ b/src/change_stream.ts @@ -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; }