mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
11 lines
288 B
TypeScript
11 lines
288 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 "./src/types.js";
|