openclaw/extensions/nextcloud-talk/src/channel-api.ts

4 lines
253 B
TypeScript

export type { ChannelPlugin, OpenClawConfig } from "openclaw/plugin-sdk/core";
export { clearAccountEntryFields, DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/core";
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";