t4ts
t4ts copied to clipboard
TypeScriptInterface attribute for C# interfaces?
Hi!
Currently the TypeScriptInterfaceAttribute
is defined only for C# classes AttributeTargets.Class
. Have you checked, is there anything that would make it difficult to change it to allow interfaces as well?
I haven't tried, but I suppose it should be possible to support interfaces as well. I'll have to experiment a bit!