mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { sendMessageZalo as sendMessageZaloImpl } from "./send.js";
|
|
|
|
export const zaloActionsRuntime = {
|
|
sendMessageZalo: sendMessageZaloImpl,
|
|
};
|