UNPKG

dino-express

Version:

DinO enabled REST framework based on express

12 lines (11 loc) 398 B
import { Configuration, ComponentDescriptor } from 'dino-core'; /** * Define the configuration structures for the swagger based application routing * * Application should extend this configuration in order to autoconfigure the express routing. * * @public */ export declare class WebConfiguration extends Configuration { configure(): ComponentDescriptor | Promise<ComponentDescriptor>; }