What is the usual inferred type of config.mode in const config = { mode: "safe" }?

from Type inference
TypeScript 6 beginner 2 min

What is the usual inferred type of config.mode in const config = { mode: "safe" }?

Report an error