graphdb-workbench
Version:
The web application for GraphDB APIs
8 lines (7 loc) • 454 B
TypeScript
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>;