the above code will report an error in ts
[ts]
"{ enumerable: true; configurable: true; set: Function; get(): any; }" "PropertyDescriptor & ThisType<any>"
"{ enumerable: true; configurable: true; set: Function; get(): any; }" "PropertyDescriptor"
"set"
"Function" "(v: any) => void"
"Function" "(v: any): void"
ask God to tell me how to solve the problem.