DEV Community

Discussion on: Typescript interface file name conventions

Collapse
 
stojakovic99 profile image
Nikola Stojaković

I typically put interfaces in an interfaces directory to make their function more obvious. You can also use Angular style naming (foobar.interface.ts).