UNPKG

@hmcts/media-viewer

Version:
16 lines 1.35 kB
import { Actions } from '@ngrx/effects'; import { AnnotationApiService } from '../../annotations/services/annotation-api/annotation-api.service'; import * as annotationsActions from '../actions/annotation.actions'; import * as i0 from "@angular/core"; export declare class AnnotationEffects { private actions$; private annotationApiService; constructor(actions$: Actions, annotationApiService: AnnotationApiService); loadAnnotation$: import("rxjs").Observable<annotationsActions.LoadAnnotationSetSucess | annotationsActions.LoadAnnotationSetFail> & import("@ngrx/effects").CreateEffectMetadata; postAnnotation$: import("rxjs").Observable<annotationsActions.LoadAnnotationSetFail | annotationsActions.SaveAnnotationSuccess> & import("@ngrx/effects").CreateEffectMetadata; deleteAnnotation$: import("rxjs").Observable<annotationsActions.DeleteAnnotationSuccess | annotationsActions.DeleteAnnotationFail> & import("@ngrx/effects").CreateEffectMetadata; saveAnnotationSet$: import("rxjs").Observable<annotationsActions.SaveAnnotationSetSuccess | annotationsActions.SaveAnnotationSetFail> & import("@ngrx/effects").CreateEffectMetadata; static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationEffects, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AnnotationEffects>; } //# sourceMappingURL=annotation.effects.d.ts.map