diff --git a/src/operations/command.ts b/src/operations/command.ts index dcb289a346..14d3762997 100644 --- a/src/operations/command.ts +++ b/src/operations/command.ts @@ -59,6 +59,10 @@ export interface CommandOperationOptions // Admin command overrides. dbName?: string; authdb?: string; + /** + * @deprecated + * This option is deprecated and will be removed in an upcoming major version. + */ noResponse?: boolean; }