mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-13 02:01:16 +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";
|