import { Response } from '@angular/http';
export interface IDataMapper {
    map(response: Response): any;
}
