Files
openclaw/extensions/googlechat/src/config-schema.ts
2026-04-04 05:31:11 +01:00

4 lines
195 B
TypeScript

import { buildChannelConfigSchema, GoogleChatConfigSchema } from "openclaw/plugin-sdk/googlechat";
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);