Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface ActionModuleDependencyRequest

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

    The name of the npm dependency.

    version: string

    The version of the npm dependency.