UNPKG

dinoloop-es8

Version:

A lightweight REST API Library for building scalable Node.js server-side applications powered by Typescript

7 lines (6 loc) 284 B
import { IActionMethodAttribute } from '../types'; export declare class ControllerAction { actionAttributes?: IActionMethodAttribute; constructor(actionAttributes: IActionMethodAttribute); static create(actionAttributes: IActionMethodAttribute): ControllerAction; }