mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:30:44 +00:00
10 lines
226 B
TypeScript
10 lines
226 B
TypeScript
export { zaloPlugin } from "./src/channel.js";
|
|
export {
|
|
createZaloSetupWizardProxy,
|
|
evaluateZaloGroupAccess,
|
|
resolveZaloRuntimeGroupPolicy,
|
|
zaloDmPolicy,
|
|
zaloSetupAdapter,
|
|
zaloSetupWizard,
|
|
} from "./setup-api.js";
|