UNPKG

@methodus/framework-decorators

Version:

Server Decorators for methodus

4 lines (3 loc) 212 B
import 'reflect-metadata'; import { Dictionary, AuthType, ClassRef } from '@methodus/framework-commons'; export declare function Auth(type: AuthType, options?: Dictionary | Function): (target: ClassRef) => void;