Extensions: migrate feishu plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:05 -05:00
parent 73de1d038e
commit 1ebd1fdb2d
43 changed files with 46 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
import type { RuntimeEnv } from "openclaw/plugin-sdk";
import type { RuntimeEnv } from "openclaw/plugin-sdk/compat";
import { probeFeishu } from "./probe.js";
import type { ResolvedFeishuAccount } from "./types.js";