Because the type of property is a string and Config expects a ConfigKey, we need to ensure that our property is of type ConfigKey.
We can simply annotate the ConfigKey type to property, but we also have to make sure that ConfigKey extends the string type as the set method of a Proxy only accepts string | symbol: