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

3 lines
118 B
TypeScript

import type { OmoConfig } from "./model-resolution-types";
export declare function loadOmoConfig(): OmoConfig | null;