module fb { export class UtdragHistorikLO extends ResourceBase { Utdrag: string; Datum: string; constructor(data: any) { super(data); } } }