mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-29 13:33:36 +00:00
7 lines
461 B
TypeScript
7 lines
461 B
TypeScript
// Nextcloud Talk API module exposes the plugin public contract.
|
|
export type { ChannelPlugin } from "openclaw/plugin-sdk/channel-plugin-common";
|
|
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts";
|
|
export { clearAccountEntryFields } from "openclaw/plugin-sdk/channel-plugin-common";
|
|
export { DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/account-id";
|
|
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
|