mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #45748 [@types/parse] TestCollection generic argument fix for changes to Underscore by @reubenrybnik
This commit is contained in:
parent
130fdc70aa
commit
5e72001c2a
@ -148,7 +148,7 @@ function test_query() {
|
||||
const testQuery = Parse.Query.or(query, query);
|
||||
}
|
||||
|
||||
class TestCollection extends Parse.Collection<Object> {
|
||||
class TestCollection extends Parse.Collection<Parse.Object> {
|
||||
|
||||
constructor(models?: Parse.Object[]) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user