Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / SecretRefMap

Type Alias: SecretRefMap

SecretRefMap = Record<string, string>

Defined in: core/types.ts:168

密钥引用映射:逻辑名 → 解析后的密钥字符串(由安全层注入)。

MIT Licensed