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 68fcd996
authored
Jun 10, 2019
by
Musiienko Serhii
Committed by
Simon Schick
Jun 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(types): update IndexHint.value to IndexHint.values (#11008) (#11015)
1 parent
c15d9a5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
types/lib/model.d.ts
types/test/index-hints.ts
types/lib/model.d.ts
View file @
68fcd99
...
...
@@ -479,7 +479,7 @@ export type FindAttributeOptions =
export
interface
IndexHint
{
type
:
IndexHints
;
value
:
string
[];
value
s
:
string
[];
}
export
interface
IndexHintable
{
...
...
types/test/index-hints.ts
View file @
68fcd99
...
...
@@ -4,6 +4,6 @@ import { IndexHints } from '..';
User
.
findAll
({
indexHints
:
[{
type
:
IndexHints
.
FORCE
,
value
:
[
'some_index'
],
value
s
:
[
'some_index'
],
}],
})
})
;
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