# AnyDecorator Type alias private

Module
import { AnyDecorator } from "@tsed/core/src/utils/DecoratorUtils"
Source/packages/core/src/utils/DecoratorUtils.ts

# Overview

type AnyDecorator = any | ClassDecorator | MethodDecorator | PropertyDescriptor | ParameterDecorator;