在 const config = { mode: "safe" } 中,config.mode 通常被推断成什么类型?

来自 类型推断
TypeScript 6 入门 2分钟

在 const config = { mode: "safe" } 中,config.mode 通常被推断成什么类型?

报告错误