Files
oh-my-opencode/dist/features/opencode-skill-loader/skill-definition-record.d.ts
T

4 lines
237 B
TypeScript
Raw Normal View History

import type { CommandDefinition } from "../claude-code-command-loader/types";
import type { LoadedSkill } from "./types";
export declare function skillsToCommandDefinitionRecord(skills: LoadedSkill[]): Record<string, CommandDefinition>;