Plugins/thread-ownership: migrate to scoped plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 02:33:14 -05:00
parent 8377dbba30
commit 7c96d82112

View File

@@ -1,4 +1,4 @@
import type { OpenClawConfig, OpenClawPluginApi } from "openclaw/plugin-sdk/core";
import type { OpenClawConfig, OpenClawPluginApi } from "openclaw/plugin-sdk/thread-ownership";
type ThreadOwnershipConfig = {
forwarderUrl?: string;