Type Alias ClassMethodDecorator
ClassMethodDecorator: <T>( target: Record<string, any>, propertyKey?: string, descriptor?: TypedPropertyDescriptor<T>,) => void Type declaration
- <T>(
target: Record<string, any>,
propertyKey?: string,
descriptor?: TypedPropertyDescriptor<T>,
): void Parameters
- target: Record<string, any>
Optional
propertyKey: stringOptional
descriptor: TypedPropertyDescriptor<T>
Returns void