export class GppData { gppString: string applicableSections: number[] sections: Record> constructor( gppString: string, applicableSections: number[], sections: Record> ) { this.gppString = gppString this.applicableSections = applicableSections this.sections = sections } }