Files
openclaw/extensions/signal/config-api.ts

4 lines
231 B
TypeScript

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