export interface RouterNgxPermissions { only: string[]; except: string[]; redirectTo: string; }