import type { lineItem } from "@interfaces/ul-li.ts"; export interface categorySkills { category: string; skills: lineItem[]; }