Files
oh-my-opencode/dist/plugin-handlers/provider-config-handler.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
195 B
TypeScript

import type { ModelCacheState } from "../plugin-state";
export declare function applyProviderConfig(params: {
config: Record<string, unknown>;
modelCacheState: ModelCacheState;
}): void;