diff --git a/libs/red-ui-http/src/lib/model/redactionLogEntry.ts b/libs/red-ui-http/src/lib/model/redactionLogEntry.ts index 0805776e0..f84bd6689 100644 --- a/libs/red-ui-http/src/lib/model/redactionLogEntry.ts +++ b/libs/red-ui-http/src/lib/model/redactionLogEntry.ts @@ -39,6 +39,7 @@ export interface RedactionLogEntry { textBefore?: string; type?: string; value?: string; + legalBasisChangeValue?: string; } export namespace RedactionLogEntry {