export interface Section { id: string; title: string; description: String; testElementName: string; }