Files
openclaw/extensions/googlechat/src/config-schema.ts
2026-06-04 21:33:54 -04:00

5 lines
242 B
TypeScript

// Googlechat helper module supports config schema behavior.
import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../config-api.js";
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);