Expand description
TypeScript generation for canonical service schema tables and descriptors.
The generated descriptor carries method metadata plus a precomputed canonical schema table for method args and responses. Encoding and decoding are driven entirely by that canonical schema data at runtime.
Functionsยง
- generate_
descriptor - Generate the service descriptor constant.
- generate_
send_ schema_ table - Generate TypeScript constants for canonical service schemas.