Files
openclaw/extensions/matrix/src/secret-input.ts
2026-03-07 17:05:23 +00:00

14 lines
303 B
TypeScript

import {
buildSecretInputSchema,
hasConfiguredSecretInput,
normalizeResolvedSecretInputString,
normalizeSecretInputString,
} from "openclaw/plugin-sdk/matrix";
export {
buildSecretInputSchema,
hasConfiguredSecretInput,
normalizeResolvedSecretInputString,
normalizeSecretInputString,
};