-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
Description
Describe the problem you'd like to have solved
There are no TypeScript declarations for this package! We want to use it programmatically with TypeScript but this is difficult without types.
Describe the ideal solution
It would be nice to include declarations alongside the npm package, or they can be added to https://github.com/DefinitelyTyped/DefinitelyTyped under @types/auth0-deploy-cli
Alternatives and current work-arounds
Currently, we just have declare module 'auth0-deploy-cli'; which is basically just turning off type-checking for the library
brense, kamnel, relm923, biltongza, sensedata1 and 1 more