mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 03:15:46 -06:00
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
// Sms API module exposes the plugin public contract.
|
|
export {
|
|
collectRuntimeConfigAssignments,
|
|
secretTargetRegistryEntries,
|
|
} from "./src/secret-contract.js";
|