UNPKG

@methodus/framework-decorators

Version:

Server Decorators for methodus

4 lines (3 loc) 273 B
import 'reflect-metadata'; import { ServerType, ServerDefinition, ClassRef } from '@methodus/framework-commons'; export declare function RouterConfiguration(controller: ClassRef | null, serverType: ServerType | string | ServerDefinition | any): (target: ClassRef) => void;