educationnal-objective.ts 98 Bytes EditWeb IDE 1 2 3 4 5 export class EducationnalObjective { objective: string = ''; comments: Comment[] = []; }