import { ICourse } from './ICourse'; export interface ICourses { [key: string]: Array<{ [key: string]: Array; }>; }