import type { Skill } from './Skill'; export type SkillsDetail = { desired: Array; reported: Array; };