UNPKG

@documment/mmp.ui.data

Version:

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

5 lines (4 loc) 109 B
import { Response } from '@angular/http'; export interface IDataMapper { map(response: Response): any; }