UNPKG

dino-express

Version:

DinO enabled REST framework based on express

11 lines (10 loc) 338 B
import { Injectable } from 'dino-core'; /** * Handler for the requests from a client. Interface extends component class * meaning that if contextScan is enabled implementing interfaces will be automatically * discovered and registered on the application context. * * @public */ export declare class Interface extends Injectable { }