同步节点偏移量 TypeScript 绑定
更新 ts-rs 生成的 NodeOffset 类型文件
This commit is contained in:
@@ -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], };
|
||||
|
||||
Reference in New Issue
Block a user