Files
oh-my-opencode/dist/shared/model-sanitizer.d.ts
T
2026-03-14 04:56:50 +00:00

4 lines
164 B
TypeScript

type CommandSource = "claude-code" | "opencode";
export declare function sanitizeModelField(model: unknown, source?: CommandSource): string | undefined;
export {};