feat(build): auto-regenerate TypeScript bindings on source changes

This commit is contained in:
2026-01-31 00:27:27 -06:00
parent cbb0a51bca
commit e203e8e182
2 changed files with 259 additions and 129 deletions
@@ -1,3 +0,0 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type JsonValue = number | string | boolean | Array<JsonValue> | { [key in string]?: JsonValue } | null;