Files
openclaw/extensions/mattermost/src/secret-input.ts
2026-03-19 00:25:19 +00:00

8 lines
243 B
TypeScript

export type { SecretInput } from "openclaw/plugin-sdk/secret-input";
export {
buildSecretInputSchema,
hasConfiguredSecretInput,
normalizeResolvedSecretInputString,
normalizeSecretInputString,
} from "openclaw/plugin-sdk/secret-input";