mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-13 06:03:39 -06:00
561cf56c53
Co-authored-by: Peter Steinberger <steipete@gmail.com>
11 lines
302 B
TypeScript
11 lines
302 B
TypeScript
// Workboard API module exposes the plugin public contract.
|
|
export { registerWorkboardGatewayMethods } from "./src/gateway.js";
|
|
export type {
|
|
WorkboardCard,
|
|
WorkboardClaim,
|
|
WorkboardDiagnostic,
|
|
WorkboardListResult,
|
|
WorkboardPriority,
|
|
WorkboardStatus,
|
|
} from "@openclaw/workboard-contract";
|