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 2740 #273

Open omer-ayhan opened 4 months ago

omer-ayhan commented 4 months ago

Error Text

Type '{ firstname: string; lastname: string; email: string; phone: string; country: string; address: string; birthDate?: Date | undefined; placeofbirth?: string | undefined; identityIssueDate?: Date | undefined; passport_expire_date?: Date | undefined; entrydate?: Date | undefined; passport_number?: string | undefined; fa...' is missing the following properties from type '({ firstname?: string | undefined; lastname?: string | undefined; email?: string | undefined; phone?: string | undefined; country?: string | undefined; address?: string | undefined; ... 6 more ...; fatherName?: string | undefined; } | undefined)[]': 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: