Skip to content

Commit

Permalink
fix(typings): support Date as where value (#12015)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhilongh committed Apr 4, 2020
1 parent 778819f commit a2c0a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/lib/model.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ export type WhereValue =
| string // literal value
| number // literal value
| boolean // literal value
| Date // literal value
| Buffer // literal value
| null
| WhereOperators
Expand Down

0 comments on commit a2c0a63

Please sign in to comment.