mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 03:11:10 +00:00
7 lines
211 B
TypeScript
7 lines
211 B
TypeScript
import {
|
|
buildChannelConfigSchema,
|
|
GoogleChatConfigSchema,
|
|
} from "openclaw/plugin-sdk/channel-config-schema";
|
|
|
|
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);
|