export class PrerequireTask { constructor(identifier: string) { this.identifier = identifier; } identifier: string = ''; }