
What Developer Tools Include
The generated output can include:- Model identifiers based on database identifiers.
- TypeScript model types.
- Create and update input types.
- A typed CMS client.
- Public endpoint notes.
- API examples for listing, reading, creating, updating, and deleting entries.
Before Generating Code
Review the database schemas first. Check that:- Database identifiers are stable.
- Field keys are readable and unique.
- Required fields are correct.
- Relation fields point to the correct target.
- Select and checkbox options use stable values.