Files
oh-my-opencode/dist/features/opencode-skill-loader/merger/scope-priority.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
109 B
TypeScript

import type { SkillScope } from "../types";
export declare const SCOPE_PRIORITY: Record<SkillScope, number>;