Nick Lapshin
Nick Lapshin
Sorry for late answer. For example, i installed docusign-esign and @types/docusign-esign package and tried to do something like code below: ``` import { EnvelopeDefinition } from 'docusign-esign'; const env =...
@kollDocuSign Thanks for your answer. Unfortunately, there is no example typescript in the examples. I don't have problem usign pure Node.js, I have problems when I use Typescript(and declaration file...
@kollDocuSign Also, I created simple repo where you can see problems with import some parts of docusign library(Document for example). https://github.com/nlapshin/docusign-typescript-example/blob/main/src/index.ts