mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 02:45:38 -06:00
deb682abfe
* refactor(plugins): consolidate extension runtime helpers * fix(ci): satisfy extension type and lint checks * chore(plugin-sdk): regenerate API baseline for #118509
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
export function resolveTrustedOnePasswordCli(options?: {
|
|
configuredPath?: string;
|
|
pathEnv?: string;
|
|
}): Promise<string | undefined>;
|