UNPKG

@documment/mmp.ui.data

Version:

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

9 lines (8 loc) 317 B
import { Response } from '@angular/http'; import { Reaction } from '@documment/mmp.core'; import { HttpResponseParser } from '../http/http-response-parser'; export declare class ReactionMapper { private responseParser; constructor(responseParser: HttpResponseParser); map(response: Response): Reaction; }