import type { Skill } from './Skill'; export type ReportedSkill = { user_id?: number; username?: string; skills: Array; readonly data: any; };