DecoratorMethodParameters
@tsed/core
Usage
typescript
import { DecoratorMethodParameters } from "@tsed/core/src/types/DecoratorParameters";Overview
ts
type DecoratorMethodParameters = [any, string | symbol, PropertyDescriptor];Description
Specialized variant for method decorators where the third element is always a PropertyDescriptor.