Lets say i provide a service for setting and getting settings / configurations of an app via DB (simplefied):
Lets say there's another project consuming this default version of the SettingManager and wants to extend it with own settingskeys. How would i do this? Is this even possible?
I guess i could add a generic SettingManager<t = {}> somehow.
Is there a better way to do this?
The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.