openclaw/src/plugin-sdk/googlechat-runtime-shared.ts

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";