Auto-generated documentation showing Go source code alongside TypeScript type definitions.
Purpose: Provides a single source of truth for type definitions across different contexts (ChatGPT projects, documentation, etc.) to prevent type drift.
Copy the relevant markdown file into your project context to ensure type consistency:
Project Files/
└── qntx-types.md (copy from docs/types/)
Use as reference when:
Link to specific types in your docs:
See [Job type](./docs/types/async.md#job) for details.
These files are automatically regenerated from Go source code:
make types # Regenerate all types
make types-check # Verify types are up to date (CI)
Do not edit manually - changes will be overwritten.
Each type is shown side-by-side:
| Go Source | TypeScript |
|---|---|
| Full struct with tags | Generated interface |
This makes it easy to:
Generated by qntx typegen