Documentation
¶
Overview ¶
Command typegen generates TypeScript type definitions from a running Hanzo Base instance.
Usage:
go run cmd/typegen/main.go --url http://localhost:8090 --output types.ts \ --admin-email admin@example.com --admin-password secret
It connects to the Base API, reads all collection schemas, and emits TypeScript interfaces with a Collections type map.
Click to show internal directories.
Click to hide internal directories.