mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-25 03:33:03 +00:00
8 lines
464 B
TypeScript
8 lines
464 B
TypeScript
import { createActionGate } from "openclaw/plugin-sdk/channel-actions";
|
|
import type { ChannelMessageActionName } from "openclaw/plugin-sdk/channel-contract";
|
|
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts";
|
|
|
|
export { listWhatsAppAccountIds, resolveWhatsAppAccount } from "./accounts.js";
|
|
export { resolveWhatsAppReactionLevel } from "./reaction-level.js";
|
|
export { createActionGate, type ChannelMessageActionName, type OpenClawConfig };
|