DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
API Development
In the Try It scenario, why does the generated TypeScript client compile fine but fail at RUNTIME?
A
TypeScript detected the drift and refused to compile
B
The generated client's types trust the OpenAPI spec, which incorrectly still claims the field is 'email' — TypeScript has no way to know the spec itself is wrong relative to the actual live API
C
This scenario is impossible with OpenAPI-generated clients
D
The runtime failure is unrelated to the spec being outdated
Check Answer