Files
openclaw/extensions/zalo/runtime-api.ts
2026-04-06 12:12:53 +01:00

5 lines
233 B
TypeScript

// Private runtime barrel for the bundled Zalo extension.
// Keep this barrel thin and free of channel plugin exports so direct runtime
// imports do not re-enter the full channel/setup surface.
export * from "./src/runtime-api.js";