# DecoratorParameters Type alias private

Module
import { DecoratorParameters } from "@tsed/core/src/interfaces/DecoratorParameters"
Source/packages/core/src/interfaces/DecoratorParameters.ts

# Overview

type DecoratorParameters = [any, string | symbol, number | PropertyDescriptor];