```ts type Foo = { foo: "foo" } type Bar = { bar: "bar" } type Result = Foo | Bar ```