I wanted to emulate C# Linq select.
I get objects implemented:
export interface A { b: B[]; } export interface B { c: C; }
I can make