mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 07:21:35 +00:00
6 lines
182 B
TypeScript
6 lines
182 B
TypeScript
// Nextcloud Talk plugin module implements secret input behavior.
|
|
export {
|
|
buildSecretInputSchema,
|
|
normalizeResolvedSecretInputString,
|
|
} from "openclaw/plugin-sdk/secret-input";
|