- 收口 page aggregate 读取、本地状态与命令客户端\n- 接入 phase7 document ai sidecar 与前端编排入口\n- 更新 architecture 与 design 状态迁移
8 lines
261 B
TypeScript
8 lines
261 B
TypeScript
export {
|
|
executePageBodyCommand as applyPageBodyCommand,
|
|
executePageBodySavePayload,
|
|
type ExecutePageBodyCommandInput as ApplyPageBodyCommandInput,
|
|
type PageBodyPersistedMeta,
|
|
type PageBodyPersistedState,
|
|
} from "@/lib/documents/page-command-client";
|