UNPKG

@vortex-js/core

Version:

A simple and powerful role-based access control (RBAC) middleware for Express.js, designed to be easy to use and integrate with your existing applications. It provides a flexible way to manage user permissions and roles, making it ideal for building secur

6 lines (5 loc) 174 B
import Routes from "../../core/Routes"; export declare function InitializeCreatingRAIs(RoutesInstance: Routes): { rais: import("./types").IRAI[]; roles: string[]; };