declare module fb { interface IFbFileUploadScope extends ng.IScope { url: string; person: fb.Models_IPersonDO; maeklarObjekt: fb.MaeklarObjektDO; onFileSelect($files: any[]): void; uploadProgress: IFileObj[]; filerObjekt: any[]; upload: any; tillagdaCallback(any: any): any; deleteUploadProgress(file: fb.IFileObj): void; } interface IFileObj { File: any; Progress: number; Message: string; } }