mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
* feat(workboard): refresh control ui from live changes * refactor(workboard): tighten live invalidation path * chore(workboard): preserve locale catalog state * refactor(gateway): keep broadcaster runtime object * refactor(plugin-sdk): own gateway event types * test(workboard): bind reconciliation mocks * test(release): declare recovery helpers * fix(workboard): cancel direct loads on teardown
7 lines
189 B
TypeScript
7 lines
189 B
TypeScript
// Workboard API module exposes the plugin public contract.
|
|
export {
|
|
definePluginEntry,
|
|
type OpenClawPluginApi,
|
|
type OpenClawPluginService,
|
|
} from "openclaw/plugin-sdk/plugin-entry";
|