mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-18 08:11:33 +00:00
7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
// Zalo plugin module implements secret input behavior.
|
|
export {
|
|
buildSecretInputSchema,
|
|
normalizeResolvedSecretInputString,
|
|
normalizeSecretInputString,
|
|
} from "openclaw/plugin-sdk/secret-input";
|