UNPKG

@hmcts/media-viewer

Version:
11 lines 350 B
import { Rectangle } from '../../annotations/annotation-set/annotation-view/rectangle/rectangle.model'; export interface Redaction { redactionId?: string; documentId?: string; page?: number; rectangles?: Rectangle[]; } export interface BulkRedaction { searchRedactions: Redaction[]; } //# sourceMappingURL=redaction.model.d.ts.map