Files
openclaw/src/plugin-sdk/googlechat-runtime-shared.ts
2026-04-05 14:20:31 +01:00

5 lines
245 B
TypeScript

// Narrow Google Chat runtime exports used by the bundled Google Chat plugin.
export type { GoogleChatAccountConfig, GoogleChatConfig } from "../config/types.js";
export { GoogleChatConfigSchema } from "../config/zod-schema.providers-core.js";