Files
oh-my-opencode/dist/cli/tui-install-prompts.d.ts
T

3 lines
164 B
TypeScript
Raw Normal View History

import type { DetectedConfig, InstallConfig } from "./types";
export declare function promptInstallConfig(detected: DetectedConfig): Promise<InstallConfig | null>;