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

    Interface ActionModuleDependencyRequest

    interface ActionModuleDependencyRequest {
        name: string;
        version: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the npm dependency.

    version: string

    The version of the npm dependency.