mattpocock / ts-error-translator

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

Translation request for 2740 #230

Open rlperez opened 10 months ago

rlperez commented 10 months ago

Error Text

Type '{ deviceId: string; deviceCertificate: string; }' is missing the following properties from type '{ actionId: string; physicalDeviceId: string; state: ({ trait: { name: string; instance?: string | undefined; }; fieldName: string; type?: "state" | undefined; value: unknown; sampledAt: string; } | { trait: { ...; }; fieldName: string; sampledAt: string; type: "listState"; value: { ...; }; })[]; }[]': length, pop, push, concat, and 35 more.

Supporting Information

Please provide other information which led to this error, and any specific questions you have about it: Not particularly legible if it truncates a lot of the types it overlaps