Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 2f6e01b5
authored
Apr 15, 2019
by
Philipp
Committed by
Sushant
Apr 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(typings): extend FindOptions with QueryOptions (#10766)
1 parent
638b13b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
types/lib/model.d.ts
types/lib/model.d.ts
View file @
2f6e01b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment