mattpocock / ts-error-translator

VSCode extension to turn TypeScript errors into plain English
https://ts-error-translator.vercel.app
2.35k stars 90 forks source link

Translation request for 2719 #301

Open CodeMaverick-X opened 2 months ago

CodeMaverick-X commented 2 months ago

Error Text

Type '{ name: string; description: string; id: string; badge: string; rating: string; type: { BEXPLAY: { regular: string | null; sales: string | null; }; DIGITAL: { regular: string | null; sales: string | null; }; DISK: { ...; }; }; ... 13 more ...; publishDate?: string | ... 1 more ... | undefined; }' is not assignable to type '{ name: string; description: string; id: string; badge: string; rating: string; type: { BEXPLAY: { regular: string | null; sales: string | null; }; DIGITAL: { regular: string | null; sales: string | null; }; DISK: { ...; }; }; ... 13 more ...; publishDate?: string | ... 1 more ... | undefined; }'. Two different types with this name exist, but they are unrelated.

Supporting Information

Please provide other information which led to this error, and any specific questions you have about it: