declare module fb { interface IAnticimexService { bestaellFoersaekring(foersaekring: IAnticimexFoersaekringsBestaellning): fb.ResourceBase; } interface IAnticimexFoersaekringsBestaellning { MaeklarObjektId: number; Besiktningsfoeretag: number; Produkt: number; FakturaTill: number; ExtraInformation: string; } }