import { AgeRange } from '../../common/model/AgeRange'; export interface PedagogyInformation { subjects: string[]; bestForTags: string[]; ageRanges: AgeRange; }