Type Alias PropertyDecorator
PropertyDecorator: (
target: Record<string, any>,
propertyKey: string,
descriptor?: undefined,
) => void
Type declaration
- (target: Record<string, any>, propertyKey: string, descriptor?: undefined): void
Parameters
- target: Record<string, any>
- propertyKey: string
Optional
descriptor: undefined
Returns void