hi, I'm working on creating a library to generate TypeScript interfaces based on SerialDescriptors.
I'm stuck on how to translate parent and sub classes though. Is it possible to get this information from SerialDescriptors, or SerializersModule? Or do I have to use kapt, or reflection, or KSP?
Attached is an example of what I'd like to make