Type Alias AttributeDecorator<T>

AttributeDecorator<T>: ((target: any, propertyKey?: string, descriptor?: PropertyDescriptor) => void)

The AttributeDecorator type represents the return type of a decorator function.

Type Parameters