serpapi-javascript
serpapi-javascript copied to clipboard
types are extremely poor without coverage.
Engine parameters is: export type EngineParameters = Record<string, any>;
This is basically the same as not having ts support. There isn't even an enum or something for engine names. Auto generating types from code with gpt would result in more robust typing. Should matter since you want money for using your tools
Thank you very much @ali-habibzadeh for your feedback. We really appreciate it.