mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 23:01:08 +00:00
test: fix talk voice runtime type import
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user