Which is the inferred type T?/* tsconfig: noUncheckedIndexedAccess true */\ndeclare const arr: string[];\ntype T = (typeof arr)[number];