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

Commit a2c0a631 by wangzhilongh Committed by GitHub

fix(typings): support Date as where value (#12015)

1 parent 778819f2
Showing with 1 additions and 0 deletions
......@@ -341,6 +341,7 @@ export type WhereValue =
| string // literal value
| number // literal value
| boolean // literal value
| Date // literal value
| Buffer // literal value
| null
| WhereOperators
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!