Files
openclaw/extensions/matrix/src/secret-input.ts
2026-03-17 19:47:25 -07:00

14 lines
294 B
TypeScript

import {
buildSecretInputSchema,
hasConfiguredSecretInput,
normalizeResolvedSecretInputString,
normalizeSecretInputString,
} from "../runtime-api.js";
export {
buildSecretInputSchema,
hasConfiguredSecretInput,
normalizeResolvedSecretInputString,
normalizeSecretInputString,
};