mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 12:51:38 +00:00
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
// Signal API module exposes the plugin public contract.
|
|
export {
|
|
buildChannelConfigSchema,
|
|
SignalConfigSchema,
|
|
} from "openclaw/plugin-sdk/bundled-channel-config-schema";
|