export class HeaderData { constructor(public header: { [p: string]: [string] }, public data: T) { } }