mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 06:13:34 +00:00
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
// Signal API module exposes the plugin public contract.
|
|
export {
|
|
removeReactionSignal,
|
|
sendReactionSignal,
|
|
type SignalReactionOpts,
|
|
type SignalReactionResult,
|
|
} from "./src/send-reactions.js";
|