@evil-gauss/nestjs-core
Version:
evil nestjs core library
3 lines (2 loc) • 478 B
TypeScript
export declare function UnprotectedHttpController(name?: string, tag?: string): <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
export declare function HttpController(name: string, tag?: string): <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;