79357496

Date: 2025-01-15 08:28:44
Score: 1
Natty:
Report link

I use "@types/docusign-esign" and would have

import { ApiClient, EnvelopeDefinition } from 'docusign-esign' //include everything you need

Try replacing

const env = new docusign.EnvelopeDefinition(); // Error here

with

const env = <EnvelopeDefinition>{};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ivan Dinkov