latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f8e1bf715b - Show all commits

View File

@ -11,7 +11,7 @@ import {
/** /**
* Defines the participant interface. * Defines the participant interface.
*/ */
export abstract class IParticipant { export abstract class Participant {
/** /**
* Autogenerated unique id (primary key). * Autogenerated unique id (primary key).
*/ */

View File

@ -9,7 +9,7 @@ import {
/** /**
* Defines the scan interface. * Defines the scan interface.
*/ */
export abstract class IScan { export abstract class Scan {
/** /**
* Autogenerated unique id (primary key). * Autogenerated unique id (primary key).
*/ */