What is the usual inferred type of request.method in const request = { method: "GET" }?

from Literal types
TypeScript 6 beginner 2 min

What is the usual inferred type of request.method in const request = { method: "GET" }?

Report an error