test: fix talk voice runtime type import

This commit is contained in:
Peter Steinberger 2026-04-03 13:28:49 +01:00
parent 2fa3a09137
commit 6f5e71fdbc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import type { OpenClawPluginCommandDefinition } from "openclaw/plugin-sdk/core";
import type { OpenClawPluginCommandDefinition, PluginRuntime } from "openclaw/plugin-sdk/core";
import { describe, expect, it, vi } from "vitest";
import type { PluginRuntime } from "./api.js";
import register from "./index.js";