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