Skip to content

TypeScript declarations #193

@TranquilMarmot

Description

@TranquilMarmot

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions