mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 13:18:51 +00:00
1 line
79 B
TypeScript
1 line
79 B
TypeScript
export type SecretInputMode = "plaintext" | "ref"; // pragma: allowlist secret
|