mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-21 15:01:03 +00:00
10 lines
562 B
TypeScript
10 lines
562 B
TypeScript
// Narrow public testing surface for plugin authors.
|
|
// Keep this list additive and limited to helpers we are willing to support.
|
|
|
|
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";
|
|
export type { MockFn } from "../test-utils/vitest-mock-fn.js";
|