Closed CyberRim closed 1 year ago
package:"moviedb-promise": "^3.4.0"
//node_modules/moviedb-promise/dist/request-types.d.ts export interface Translation { iso_3166_1?: string; iso_639_1?: string; name?: string; english_name?: string; data?: { title?: string; overview?: string; homepage?: string; }; }
It should be translation.data.name rather than translation.data.title
translation.data.name
translation.data.title
Thanks for noticing. 3.4.1 has the updated type
3.4.1
package:"moviedb-promise": "^3.4.0"
It should be
translation.data.name
rather thantranslation.data.title