Can anyone provide guidance on file-naming conventions specifically for a Typescript file dedicated to storing types and interfaces?
I have come across various Typescript Coding Convention projects on GitHub which cover general file-naming conventions here and here. However, I haven't found any specific recommendations for a file solely containing types and interfaces.
This particular file is utilized for both internal purposes and as part of the external API in my project.