Introduction
Migration
Appearance
import { AnyDecorator } from "@tsed/core/src/types/interfaces/AnyDecorator";
See /packages/core/src/types/interfaces/AnyDecorator.ts.
type AnyDecorator = any | ClassDecorator | MethodDecorator | PropertyDescriptor | ParameterDecorator;