Return value of Store.query
is incorrect
#1446
Labels
types:core:data
Something is wrong with the Ember Data type definitions
types:core
Something is wrong with the Ember type definitions
Which package(s) does this problem pertain to?
Reproduction Case
Now about that bug. What did you expect to see?
What happened instead?
TypeScript says that property
meta
does not exist.Comment
meta
exists exists in typeManyArray
and, by inherence,PromiseManyArray
.But
Store.query
is typed to returnPromiseArray
that does not containmeta
.CC @chriskrycho @dfreeman @jamescdavis @mike-north @dwickern @catz
Issue migrated from DefinitelyTyped/DefinitelyTyped#55562
The text was updated successfully, but these errors were encountered: