DB.FamilyParameter > Dynamo equivalent exposure

Just clarifying I’m not missing something in C#/ZTN development and reflectable types.

Managed to reflect DB.FamilyParmeter without issue, but can’t seem to find any exposed DB.FamilyType equivalent. There is Dynamo FamilyType (> FamilySymbol), so I’m assuming maybe not available yet.

There’s this code using the FamilyManager to get FamilyParameter values - seems to be a bit of a workaround

Thanks! In my case was hoping for a dynamo friendly in/out type to pass on canvas. Suspect there isnt one yet in my research.