module fb { export class AnteckningBatch { Typ: string; Anteckning: string; SparadAvPersonId: number; KoppladTillObjekt: number[]; } }