declare module fb { interface IDokumentRouteParams extends ng.route.IRouteService { id: number; hideLogo: boolean; } }