types / rethinkdb

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

Property 'pluck' does not exist on type 'Operation<{} | null> & Writeable'. #17

Open MaxSvargal opened 6 years ago

MaxSvargal commented 6 years ago

When i do table().get({id}).pluck([ 'field' ]) i see the ts error: [ts] Property 'pluck' does not exist on type 'Operation<{} | null> & Writeable'.

bnussman commented 4 years ago

any fix for this?

blakeembrey commented 4 years ago

You can submit a PR! I don’t actively maintain this anymore as I’m not using RethinkDB.