I have an ReactJs project and I am organizing my files. Is it best to create a folder for interfaces and a different folder for types or should we keep the interfaces and types together
example
MyProject -src -components -interfaces -editorInterface -type -editorTypes