export type Skill = { skill_id: number; name?: string | null; slug?: string | null; platform?: string | null; };