·5 min read
When your types lie: runtime validation and drift detection
Generated types describe what the spec said at generation time. This is what catches the gap between that and what the backend actually returns today.
2 posts
Generated types describe what the spec said at generation time. This is what catches the gap between that and what the backend actually returns today.
generate, watch, validate, diff — the four CLI commands that keep your client's types honest against a real, changing backend spec.