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

4 lines
181 B
TypeScript

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