Files
openclaw/extensions/nextcloud-talk/src/channel-api.ts
2026-04-27 14:58:32 +01:00

6 lines
392 B
TypeScript

export type { ChannelPlugin } from "openclaw/plugin-sdk/channel-plugin-common";
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
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";