feat: add services package
This commit is contained in:
4
packages/services/src/Domain/Integrity/IntegrityEvent.ts
Normal file
4
packages/services/src/Domain/Integrity/IntegrityEvent.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
/* istanbul ignore file */
|
||||
export enum IntegrityEvent {
|
||||
IntegrityCheckCompleted = 'IntegrityCheckCompleted',
|
||||
}
|
||||
Reference in New Issue
Block a user