You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/10/27 00:17:29 UTC

[GitHub] [couchdb-nano] Kaspanoombro commented on issue #308: Cannot acces the document content using typescript

Kaspanoombro commented on issue #308:
URL: https://github.com/apache/couchdb-nano/issues/308#issuecomment-1292801429

   The solution was 
   
   .then(result=>{
   	const converted = results as mydocModel;
           const prop1=converted.prop1; //now works
   }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org