let bar1: string | number const foo1 = bar1 const baz1 = { bar: 1, } as object