🚧 Started working on processing of substitutions

This commit is contained in:
2022-05-02 22:56:38 +02:00
parent 9bd8132119
commit b3f2ec52d4
6 changed files with 573 additions and 1 deletions

View File

@ -51,6 +51,7 @@ model ParseEvent {
logFile String
originalData String
duration Int
succeeded Boolean
SubstitutionChange SubstitutionChange[]
}