mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
5 lines
191 B
TypeScript
5 lines
191 B
TypeScript
// Whatsapp API module exposes the plugin public contract.
|
|
export {
|
|
collectUnsupportedSecretRefConfigCandidates,
|
|
unsupportedSecretRefSurfacePatterns,
|
|
} from "./src/security-contract.js";
|