mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 04:05:03 +00:00
Plugin SDK: add full bundled subpath wiring
This commit is contained in:
8
src/plugin-sdk/test-utils.ts
Normal file
8
src/plugin-sdk/test-utils.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Narrow plugin-sdk surface for the bundled test-utils plugin.
|
||||
// Keep this list additive and scoped to symbols used under extensions/test-utils.
|
||||
|
||||
export { removeAckReactionAfterReply, shouldAckReaction } from "../channels/ack-reactions.js";
|
||||
export type { ChannelAccountSnapshot, ChannelGatewayContext } from "../channels/plugins/types.js";
|
||||
export type { OpenClawConfig } from "../config/config.js";
|
||||
export type { PluginRuntime } from "../plugins/runtime/types.js";
|
||||
export type { RuntimeEnv } from "../runtime.js";
|
||||
Reference in New Issue
Block a user