同步节点偏移量 TypeScript 绑定

更新 ts-rs 生成的 NodeOffset 类型文件
This commit is contained in:
2026-09-18 17:30:53 +08:00
parent 365e530b5f
commit 54b9bd4354
@@ -1,4 +1,3 @@
export type NodeOffset = {
min: [number, number];
max: [number, number];
};
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type NodeOffset = { min: [number, number], max: [number, number], };