declare module fb { class Projektintressent extends ObjektIntressentBasLOGen { ObjektIntressentRollRelationTyp: ChangeTrack; Underkontakter: Projektintressent[]; ObjektSomIntressentPaaList: ObjektSomProjektIntressentIntresseradAvLO[]; Tillagd: ChangeTrack; static $rootName: string; constructor(data: any); postInit(data: any): void; } }