Files
oh-my-opencode/dist/plugin-handlers/agent-key-remapper.d.ts
T

2 lines
112 B
TypeScript
Raw Normal View History

export declare function remapAgentKeysToDisplayNames(agents: Record<string, unknown>): Record<string, unknown>;