@russian-dima I checked the custom fields names and the first letter of each is Capitalized and the rest of the letters are lowercase.
Yet, line 28: “Rank” : ‘Rank’ , still has the error below.
Type ‘{ Rank: string; firstName: string; lastName: string; Consistory: string[]; }’ is not assignable to type ‘ContactInfo’. Object literal may only specify known properties, and ‘“Rank”’ does not exist in type ‘ContactInfo’. It’s recommended you use a new variable, such as “let newVar = …” to make sure that all code completion work correctly.
last line - }) error I get states the below,
‘}’ expected.
Parsing error: Unexpected token