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>
OptionalpropertyKey: undefinedOptionaldescriptor: undefined
Returns void