UNPKG

ngx-sp-infra

Version:
17 lines (16 loc) 726 B
import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { RetLogTimer } from '../models/ret-log-timer'; import { RetLogsTimer } from '../models/ret-logs-timer'; import { SearchLogTimer } from '../models/search-log-timer'; import * as i0 from "@angular/core"; export declare class LogsTimerService { private _httpClient; private readonly _BASE_URL; private readonly _HTTP_HEADERS; constructor(_httpClient: HttpClient); getLog(id: number): Observable<RetLogTimer>; getLogsList(search: SearchLogTimer): Observable<RetLogsTimer>; static ɵfac: i0.ɵɵFactoryDeclaration<LogsTimerService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LogsTimerService>; }