UNPKG

graphdb-workbench

Version:
8 lines (7 loc) 454 B
import { RepositoryLocation } from '../../../models/repository-location'; import { MapperFn } from '../../../providers/mapper/mapper-fn'; import { RepositoryLocationResponse } from '../response/repository-location-response'; /** * A class containing functions to map various server responses to specific repository location models. */ export declare const mapRepositoryLocationResponseToModel: MapperFn<RepositoryLocationResponse, RepositoryLocation>;