type DecoratorFactory = (target: T, propertyKey: string, descriptor: PropertyDescriptor) => void;