13 lines
536 B
TypeScript
13 lines
536 B
TypeScript
/**
|
|
* 兼容出口:
|
|
* 当前仓库仍有大量旧 customWorld 命名导入,这个文件继续作为过渡层保留。
|
|
* 工作包 H 完成后,真实类型定义已经迁移到 rpg* 契约文件中;这里仅聚合旧命名分文件。
|
|
*/
|
|
|
|
export type * from './customWorldAgentAnchors';
|
|
export type * from './customWorldAgentDraft';
|
|
export type * from './customWorldAgentActions';
|
|
export type * from './customWorldAgentSession';
|
|
export type * from './customWorldResultPreview';
|
|
export type * from './customWorldWorkSummary';
|