Files
mnote/wolai-frontend/src/lib/documents/page-body-command.ts
T

8 lines
261 B
TypeScript
Raw Normal View History

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