UNPKG

graphdb-workbench

Version:
6 lines (5 loc) 242 B
import { HttpService } from '../http/http.service'; import { Configuration } from '../../models/configuration'; export declare class ConfigurationRestService extends HttpService { getConfiguration(): Promise<Configuration | undefined>; }