Files
openclaw/src/plugin-sdk/secret-ref-runtime.ts
2026-04-07 07:38:34 +01:00

5 lines
218 B
TypeScript

// Narrow shared secret-ref helpers for plugin config and secret-contract paths.
export { coerceSecretRef } from "../config/types.secrets.js";
export type { SecretInput, SecretRef } from "../config/types.secrets.js";