mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 17:44:33 +00:00
* fix(parse/Object): attributes in constructor should be optional * refactor(parse/GeoPoint): update constructor params * feat(parse/Query): add generic attr check for functions * lint(parse): fix lint issues * feat(parse/Query): key types for matchesKeyInQuery() * refactor(parse/Query): add base attrs to query checks * feat(parse/Query): check type for value params in modifiers * refactor(parse/Query): remove unnecessary Extract<> from modifiers * feat(parse/Query): support Pointer for Object attrs in equalTo() * improve(parse/Query): infer return type for distinct() * fix(parse/User): attrs param should be optional even for non generic