I would like to convert the existing src/search.js file from JavaScript to TypeScript to improve type safety, code maintainability, and developer experience.
Also, I would like to ask if I can create another directory or file to store interfaces, types or enums, so I can enhance the type safety in a more organized way.
Description
I would like to convert the existing src/search.js file from JavaScript to TypeScript to improve type safety, code maintainability, and developer experience.
Also, I would like to ask if I can create another directory or file to store interfaces, types or enums, so I can enhance the type safety in a more organized way.
Community forum reference
No response