fix(googlechat): import action name contract type · openclaw/openclaw@e43ae8e
vincentkoc
·
2026-05-07
·
via Recent Commits to openclaw:main
File tree
extensions/googlechat/src
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,6 +4,7 @@ import {
|
4 | 4 | adaptScopedAccountAccessor, |
5 | 5 | createScopedChannelConfigAdapter, |
6 | 6 | } from "openclaw/plugin-sdk/channel-config-helpers"; |
| 7 | +import type { ChannelMessageActionName } from "openclaw/plugin-sdk/channel-contract"; |
7 | 8 | import { createChatChannelPlugin } from "openclaw/plugin-sdk/channel-core"; |
8 | 9 | import { buildPassiveProbedChannelStatusSummary } from "openclaw/plugin-sdk/extension-shared"; |
9 | 10 | import { createLazyRuntimeNamedExport } from "openclaw/plugin-sdk/lazy-runtime"; |
@@ -36,7 +37,6 @@ import {
|
36 | 37 | resolveDefaultGoogleChatAccountId, |
37 | 38 | resolveGoogleChatAccount, |
38 | 39 | type ChannelMessageActionAdapter, |
39 | | -type ChannelMessageActionName, |
40 | 40 | type ChannelStatusIssue, |
41 | 41 | type ResolvedGoogleChatAccount, |
42 | 42 | } from "./channel.deps.runtime.js"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。