UNPKG

@documment/mmp.ui.data

Version:

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

10 lines (9 loc) 394 B
import { Response } from '@angular/http'; import { GoalMeta } from '@documment/mmp.core'; import { HttpResponseParser } from '../http/http-response-parser'; import { IDataMapper } from '../mappers/data.mapper'; export declare class GoalMetaMapper implements IDataMapper { private responseParser; constructor(responseParser: HttpResponseParser); map(response: Response): GoalMeta; }