不要怂,就是干,撸起袖子干!

Commit 2f6e01b5 by Philipp Committed by Sushant

fix(typings): extend FindOptions with QueryOptions (#10766)

1 parent 638b13b2
Showing with 1 additions and 1 deletions
...@@ -437,7 +437,7 @@ export type FindAttributeOptions = ...@@ -437,7 +437,7 @@ export type FindAttributeOptions =
* *
* A hash of options to describe the scope of the search * A hash of options to describe the scope of the search
*/ */
export interface FindOptions extends Logging, Transactionable, Filterable, Projectable, Paranoid { export interface FindOptions extends QueryOptions, Filterable, Projectable, Paranoid {
/** /**
* A list of associations to eagerly load using a left join. Supported is either * A list of associations to eagerly load using a left join. Supported is either
* `{ include: [ Model1, Model2, ...]}`, `{ include: [{ model: Model1, as: 'Alias' }]}` or * `{ include: [ Model1, Model2, ...]}`, `{ include: [{ model: Model1, as: 'Alias' }]}` or
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!