Files
openclaw/extensions/signal/config-api.ts
2026-06-04 21:33:54 -04:00

6 lines
176 B
TypeScript

// Signal API module exposes the plugin public contract.
export {
buildChannelConfigSchema,
SignalConfigSchema,
} from "openclaw/plugin-sdk/bundled-channel-config-schema";