UNPKG

@methodus/framework-decorators

Version:

Server Decorators for methodus

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