Results 210 comments of Daniel

@sadortun I have noticed that you have experience with typescript, if you would be willing to give some pointers with generics that would be greatly appreciated.

Thanks @sadortun! No rush at all. The approach I've taken here is to tediously update the JSDocs contents to make sure it's accurate. For example, currently, most of the Parse...

Hmmm. I’m not sure I generally agree, as I argued with @mtrezza, I think that updating our docs to properly document the return and function types is something that needs...

Legend, feedback really appreciated. Perhaps I can try to get the docs and generics to a point where they cover what you mention, and then you could try them out...

Hmmmmm. Would you mind showing an example for how flow types work? I'm all for adding them in here (or perhaps in preference to this PR) if it's a more...

Should note, that although this PR isn't perfect, it adds a lot of definitions that are missed by the current types, such as #1415

Phew, this is turning into a huge PR. I'm working on adding generic support. Unfortunately the tests from the DefinitelyTyped repo do not completely cover the existing types, so we...

I will have to do some investigating

@danielsanfr I have been using this branch on my project, and it's working well. Thanks for your efforts!!

I think this is as expected. `createdAt, ACL, updatedAt, objectId` are always returned regardless of `.select`. However, I wasn't able to replicate the issue of other keys coming through too....