UNPKG

fabric8-planner

Version:
9 lines (8 loc) 333 B
import { Observable } from 'rxjs'; import { GroupTypesModel } from '../models/group-types.model'; import { HttpClientService } from '../shared/http-module/http.service'; export declare class GroupTypesService { private http; constructor(http: HttpClientService); getGroupTypes(url: any): Observable<GroupTypesModel[]>; }