Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    Interface ActionModuleDependency

    interface ActionModuleDependency {
        name?: string;
        version?: string;
    }
    Index

    Properties

    Properties

    name?: string

    The name of the npm dependency.

    version?: string

    The version of the npm dependency.