Files
openclaw/extensions/googlechat/src/channel.setup.ts
2026-05-30 06:11:31 +02:00

7 lines
311 B
TypeScript

import type { ChannelPlugin } from "openclaw/plugin-sdk/channel-core";
import type { ResolvedGoogleChatAccount } from "./accounts.js";
import { createGoogleChatPluginBase } from "./channel-base.js";
export const googlechatSetupPlugin: ChannelPlugin<ResolvedGoogleChatAccount> =
createGoogleChatPluginBase();