1c4009ea3b
新增 model3d common、text-to-model、image-to-model、multiview-to-model Rust contracts 通过 ts-rs 按目录生成 TypeScript bindings,移除依赖 barrel 的组织方式 增加 model3d contracts 定向生成脚本
9 lines
241 B
TypeScript
9 lines
241 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
|
|
export type Model3dModelVersion =
|
|
| 'v3.1-20260211'
|
|
| 'v3.0-20250812'
|
|
| 'v2.5-20250123'
|
|
| 'P1-20260311'
|
|
| 'P2-20260801';
|