Which is the inferred type T at call site?declare function id<const T>(x: T): T;\nconst T = id("red");