Files
openclaw/extensions/googlechat/test-api.ts
2026-06-04 21:33:54 -04:00

4 lines
171 B
TypeScript

// Googlechat API module exposes the plugin public contract.
export { googlechatPlugin } from "./src/channel.js";
export { setGoogleChatRuntime } from "./src/runtime.js";