Files
openclaw/extensions/googlechat/src/config-schema.ts
2026-04-28 21:04:44 +01:00

4 lines
182 B
TypeScript

import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../runtime-api.js";
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);