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

type Foo = { foo: "foo" }
type Bar = { bar: "bar" }

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

type Result = Foo | Bar
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?