From eebe403dc5974ea8406777ba9f202de597409f99 Mon Sep 17 00:00:00 2001 From: cfrv4tgb5zhjfv4tgb5 Date: Fri, 27 Apr 2018 03:11:54 +0200 Subject: [PATCH] added paranoid to CountOptions --- lib/model.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/model.d.ts b/lib/model.d.ts index f472bf3..41dc488 100644 --- a/lib/model.d.ts +++ b/lib/model.d.ts @@ -444,7 +444,7 @@ export interface NonNullFindOptions extends FindOptions { /** * Options for Model.count method */ -export interface CountOptions extends Logging, Transactionable, Filterable, Projectable { +export interface CountOptions extends Logging, Transactionable, Filterable, Projectable, Paranoid { /** * Include options. See `find` for details */