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

3 lines
118 B
TypeScript
Raw Normal View History

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