Files
oh-my-opencode/dist/cli/doctor/checks/config.d.ts
T

3 lines
106 B
TypeScript
Raw Normal View History

import type { CheckResult } from "../types";
export declare function checkConfig(): Promise<CheckResult>;