export interface ActivitySkillCode { lookupId: number; displayValue: string; skillCode: string; skillDescription: string; }