Given the type below, what is the resulting type of `T`?type Obj = { a: 1; b: 2; c: 3 }; type T = Obj[keyof Obj];