mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 20:31:19 +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);
|