import type { Skill } from "./Skill"; export type WrappedSkill = { item: Skill; };