Skip to content

DecoratorParameters

@tsed/core

Usage

typescript
import { DecoratorParameters } from "@tsed/core/src/types/interfaces/DecoratorParameters";

See /packages/core/src/types/interfaces/DecoratorParameters.ts.

Overview

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

Released under the MIT License.