DecoratorMethodParameters
@tsed/core
Usage
typescript
import { DecoratorMethodParameters } from "@tsed/core/src/types/interfaces/DecoratorParameters";
See /packages/core/src/types/interfaces/DecoratorParameters.ts.
Overview
ts
type DecoratorMethodParameters = [any, string | symbol, PropertyDescriptor];