UNPKG

@hmcts/media-viewer

Version:
12 lines 379 B
import { Rectangle } from '../../annotations/annotation-set/annotation-view/rectangle/rectangle.model'; export interface RedactionSearch { page?: number; matchedIndex?: number; matchesCount?: number; } export interface RedactRectangle { page?: number; matchedIndex?: number; rectangles?: Rectangle[]; } //# sourceMappingURL=redaction-search.model.d.ts.map