types / rethinkdb

Types for https://github.com/rethinkdb/rethinkdb
MIT License
11 stars 6 forks source link

[ts] Property 'changes' does not exist on type 'Operation<{}> & Writeable'. #18

Open SchadowofMorning opened 5 years ago

SchadowofMorning commented 5 years ago

changes are missing on get(id) r.db('main').table('lobbys').get(id).changes() is my query