Type Alias ActionMethodDecorator<U>
ActionMethodDecorator: <T extends U>( target: Object, propertyName: string, descriptor: TypedPropertyDescriptor<T>,) => TypedPropertyDescriptor<T> Type declaration
- <T extends U>(
target: Object,
propertyName: string,
descriptor: TypedPropertyDescriptor<T>,
): TypedPropertyDescriptor<T> Parameters
- target: Object
- propertyName: string
- descriptor: TypedPropertyDescriptor<T>
Returns TypedPropertyDescriptor<T>
Base type for all decorators used in backend projects.