module fb { export interface IObjektListaScope extends ng.IScope { options: ISoeklistaOptions; exposeScope: any; arkiveringAlert: boolean; borttagAlert: boolean; borttagSaaldAlert: boolean; bytAnsvarigMaeklareAlert: boolean; showBackendErrorAlert: boolean; removeErrorMessage: string; toggleDropdownPopup(selector: string); } }