let foo2: { bar: { baz: string } } | undefined;

console.log(foo2?.bar);
