conventions.io

Tech Challenge

2026-06-28

🔷

Daily Tech Challenge

TypeScript

medium
Question 1 of 5

Using the `Record` utility type below, what is the resolved type of `Config`?

Example
type Config = Record<"host" | "port", string>;

Sunday, June 28, 2026 · A new challenge drops every day