export interface Skill { readonly id: string; readonly learningId: string; readonly levelId: string; readonly learningName?: string; }