Files
openclaw/extensions/googlechat/src/config-schema.ts

7 lines
211 B
TypeScript

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