let dictionary : Map<string, string> = new Map<string, string>(); dictionary.set('key1', 'value1');
const x = ([{a: 1, b: 2}] as any).map((d: {c: string}) => ({...d, c: 'something new'}))