Plugins/talk-voice: migrate to scoped plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 02:33:12 -05:00
parent 65ffa676a5
commit f006c5f5c1

View File

@@ -1,4 +1,4 @@
import type { OpenClawPluginApi } from "openclaw/plugin-sdk/core";
import type { OpenClawPluginApi } from "openclaw/plugin-sdk/talk-voice";
type ElevenLabsVoice = {
voice_id: string;