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

console.log(foo1?.bar!);
