module fb { export class ObjektTipsDO extends ResourceBase { Meddelande: string; Objekt: number[]; Mottagare: number[]; } }