type Foo2 = {
    bar: boolean;
    baz: string;
};
