Assuming that I have a generic service. Can I get the actual type name being passed as type parameter? ` service<TInterface>(): string { return nameof<TInterface>() } interface IService { } service<IService>() /// should return IService ` Currently I see that the output is 'TInterface'
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by remus-corneliu and has received 0 comments.