export interface IProficiencyInfo { hasExpertise: boolean; hasProficiency: boolean; hasOther: boolean; }