Type Alias PropertyDecorator

PropertyDecorator: ((target: Record<string, any>, propertyKey: string, descriptor?: undefined) => void)