export interface ISkill{ skillId: number; name: string; description: string; proficiencyLevel: number; }