ConfigKey
ConfigValue
const config = { apiUrl: "https://api.example.com", timeout: 5000, debug: false, } as const; type Config = typeof config; type ConfigKey = keyof Config; type ConfigValue = Config[ConfigKey];
A/B/C/D or 1/2/3/4 — answers · ←/→ — navigation