Files
oh-my-openagent/dist/cli/cli-installer.d.ts
2026-03-14 04:56:50 +00:00

3 lines
138 B
TypeScript

import type { InstallArgs } from "./types";
export declare function runCliInstaller(args: InstallArgs, version: string): Promise<number>;