import { Observable } from 'rxjs'; export interface PghAccidentallyClosed { canClosePage: () => Observable | boolean; }