mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 13:28:12 +00:00
7 lines
188 B
TypeScript
7 lines
188 B
TypeScript
import { googlechatDirectoryAdapter } from "./src/channel.adapters.js";
|
|
|
|
export const googlechatDirectoryContractPlugin = {
|
|
id: "googlechat",
|
|
directory: googlechatDirectoryAdapter,
|
|
};
|