I\'m converting some JS to TS, something like this:
class User { constructor({ name, age }) { this.name = name th