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

    Interface RollbackActionModuleRequestParameters

    {
    * module_version_id: "module_version_id"
    * }
    interface RollbackActionModuleRequestParameters {
        module_version_id: string;
    }
    Index

    Properties

    module_version_id: string

    The unique ID of the module version to roll back to.