Files
mnote/wolai-frontend/src/lib/documents/page-body-command.ts
T
lix-2026 41e958769e feat: land page aggregate and phase7 document ai mainline
- 收口 page aggregate 读取、本地状态与命令客户端\n- 接入 phase7 document ai sidecar 与前端编排入口\n- 更新 architecture 与 design 状态迁移
2026-04-23 07:38:34 +08:00

8 lines
261 B
TypeScript

export {
executePageBodyCommand as applyPageBodyCommand,
executePageBodySavePayload,
type ExecutePageBodyCommandInput as ApplyPageBodyCommandInput,
type PageBodyPersistedMeta,
type PageBodyPersistedState,
} from "@/lib/documents/page-command-client";