I have the following code:
type Foo = { foo: string } type Bar = { bar: string } type FooAndBar = Foo & Bar function fn(list: Arr