mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 21:49:38 +00:00
4 lines
245 B
TypeScript
4 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";
|