UNPKG

@kezios/forest-express-decorator

Version:
9 lines (8 loc) • 308 B
import { Response, NextFunction } from 'express'; import { Request } from 'express'; declare class PermissionMiddlewareCreator { private name; constructor(collectionName: string); smartAction(): (req: Request, res: Response, next: NextFunction) => void; } export { PermissionMiddlewareCreator };