UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines 252 B
//#region src/cli/command-secret-targets.d.ts /** All registered channel secret targets, regardless of current config. */ declare function getChannelsCommandSecretTargetIds(): Set<string>; //#endregion export { getChannelsCommandSecretTargetIds as t };