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