A repository-defined reason that can be associated with a redaction annotation.

interface IAnnotationReason {
    id?: number;
    text?: string;
}

Implemented by

Properties

Properties

id?: number

The ID of the annotation reason.

text?: string

The display text of the annotation reason.