mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 06:10:43 +00:00
5 lines
218 B
TypeScript
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";
|