UNPKG

@hmcts/media-viewer

Version:
14 lines 665 B
import { HttpClient, HttpResponse } from '@angular/common/http'; import { Observable } from 'rxjs'; import { Rotation } from './rotation.model'; import * as i0 from "@angular/core"; export declare class RotationApiService { private readonly httpClient; rotationApiUrl: string; constructor(httpClient: HttpClient); getRotation(documentId: string): Observable<HttpResponse<Rotation>>; saveRotation(payload: Rotation): Observable<HttpResponse<Rotation>>; static ɵfac: i0.ɵɵFactoryDeclaration<RotationApiService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RotationApiService>; } //# sourceMappingURL=rotation-api.service.d.ts.map