@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) • 403 B
TypeScript
import { Response } from '@angular/http';
import { Institution } from '@documment/mmp.core';
import { HttpResponseParser } from '../http/http-response-parser';
import { IDataMapper } from '../mappers/data.mapper';
export declare class InstitutionMapper implements IDataMapper {
private responseParser;
constructor(responseParser: HttpResponseParser);
map(response: Response): Institution;
}