Update creation flow refactor docs and auth test fixtures
This commit is contained in:
12
packages/shared/src/contracts/rpgCreationPreview.ts
Normal file
12
packages/shared/src/contracts/rpgCreationPreview.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { CustomWorldProfileRecord } from './runtime';
|
||||
|
||||
/**
|
||||
* 工作包 A 先建立 RPG 创作结果预览契约骨架。
|
||||
* 在服务端 preview compiler 正式落地前,这里继续把旧的世界 profile 视为兼容预览载体。
|
||||
*/
|
||||
export type RpgCreationPreview = CustomWorldProfileRecord;
|
||||
|
||||
export type RpgCreationPreviewEnvelope = {
|
||||
preview: RpgCreationPreview;
|
||||
source: 'legacy_custom_world_profile';
|
||||
};
|
||||
Reference in New Issue
Block a user