added legalBasisChangeValue field

This commit is contained in:
Timo 2021-06-28 15:19:09 +03:00
parent 1fd2ea750f
commit cd3e1f44d8

View File

@ -39,6 +39,7 @@ export interface RedactionLogEntry {
textBefore?: string;
type?: string;
value?: string;
legalBasisChangeValue?: string;
}
export namespace RedactionLogEntry {