mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 00:51:36 +00:00
5 lines
242 B
TypeScript
5 lines
242 B
TypeScript
// Googlechat helper module supports config schema behavior.
|
|
import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../config-api.js";
|
|
|
|
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);
|