Files
openclaw/extensions/googlechat/config-api.ts

4 lines
239 B
TypeScript

// Googlechat API module exposes the plugin public contract.
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
export { GoogleChatConfigSchema } from "openclaw/plugin-sdk/bundled-channel-config-schema";