3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
import type { SkillScope } from "../types";
|
|
export declare const SCOPE_PRIORITY: Record<SkillScope, number>;
|