You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've removed engine-specific types for the new 2.0.0 release, as it's not practical to update this library every time we have engine updates in our service. The online documentation should be the only reference for valid parameters.
Please check if upgrading to 2.0.0 fixes that error. Thank you.
I use getJson function with engine value 'google_images' like below
It works well but there is type error
Argument of type '"google_images"' is not assignable to parameter of type 'keyof EngineMap'.
Can you add google_images in EngineMap?
The text was updated successfully, but these errors were encountered: