mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 17:21:13 +00:00
5 lines
245 B
TypeScript
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";
|