export class MissionContext { duration: string = ''; intrigue: string = ''; communication = ''; various: string = ''; comments: Comment[] = []; }