Validate a response
Safe validation
Pagination schemas
Nullish fields
Fields that can benull from the API are represented as nullish in schemas. This keeps optional TypeScript types compatible with runtime responses.
Next steps
- Handle errors: Errors
- Use interceptors: Interceptors