Files
oh-my-opencode/dist/cli/doctor/checks/config.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
106 B
TypeScript

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