I tried using the @types/parse package and had problems.
node_modules/@types/parse/index.d.ts:472:16 - error TS2694: Namespace '_' has no exported member '_Chain'.
Looking at the https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/underscore I see that _._Chain<T> is indeed not exported.
I wonder if Collection functionality event exist in Parse JS SDK
(https://github.com/parse-community/Parse-SDK-JS/tree/master/src) or is it a legacy definition...
May be the whole Collection and Event definitions are not needed anymore.
Authors: @dpoetzsch @flavionegrao @wesleygrimes @RyanCavanaugh
@agoldis did you find a workaround ?
@guillaume-soulie 馃槵
https://github.com/agoldis/types-parse
Let's see if they'll accept my PR, will issue one tomorrow
@guillaume-soulie 馃憜馃徎 please upvote :)
thanks you for the PR.