Files
Genarrative/packages/shared/src/contracts/model3d/common/Model3dModelVersion.ts
T
k88936 1c4009ea3b 建立3D生成目录化契约
新增 model3d common、text-to-model、image-to-model、multiview-to-model Rust contracts

通过 ts-rs 按目录生成 TypeScript bindings,移除依赖 barrel 的组织方式

增加 model3d contracts 定向生成脚本
2026-09-18 15:59:19 +08:00

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';