UNPKG

@documment/mmp.ui.data

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

6 lines (5 loc) 215 B
import { Action } from '@ngrx/store'; import { SessionUser } from '../../models/session-user.model'; export declare class SessionUserRefresher { static handle(state: SessionUser, action: Action): SessionUser; }