perf(test): avoid plugin-sdk barrel imports

This commit is contained in:
Peter Steinberger
2026-02-14 12:42:11 +00:00
parent 1ba266a8e8
commit 6543ce717c
23 changed files with 48 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
import type { ClawdbotConfig } from "openclaw/plugin-sdk";
import { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "openclaw/plugin-sdk";
import { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "openclaw/plugin-sdk/account-id";
import type {
FeishuConfig,
FeishuAccountConfig,