openclaw/extensions/zalo/src/secret-input.ts
2026-03-17 22:56:28 -07:00

14 lines
293 B
TypeScript

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