docs(requirements): add ts ring

Add an explicit northstar ring field to the TypeScript definition requirement without changing behavior.

req: ts/001
This commit is contained in:
slhx agent
2026-06-25 17:39:12 +02:00
parent 3be6bceea4
commit 05b35bc7bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1025,7 +1025,7 @@ what a valid business email is. [north_star]
## ts
### req: ts/001
001 TypeScript definitions for `hemx-js` runtime are shipped as a single `.d.ts` file. Types mirror the postcard `EffectBatch` schema for advanced consumers. Tooling must not depend on these types for core functionality; they are developer convenience only.
0 001 TypeScript definitions for `hemx-js` runtime are shipped as a single `.d.ts` file. Types mirror the postcard `EffectBatch` schema for advanced consumers. Tooling must not depend on these types for core functionality; they are developer convenience only.
---