I\'m trying to create a decorator that adds a property to its target class.
This is my decorator implementation:
export type Constructable = n