Skip to content

Commit

Permalink
fix types#163
Browse files Browse the repository at this point in the history
  • Loading branch information
Saamiyah committed Oct 10, 2018
1 parent c628e47 commit 978ccd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/model.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ export interface CountOptions extends Logging, Transactionable, Filterable, Proj
* @see Projectable
*/
group?: GroupOption

paranoid?: boolean
}

export interface FindAndCountOptions extends CountOptions, FindOptions {}
Expand Down

0 comments on commit 978ccd3

Please sign in to comment.