This commit is contained in:
2020-04-24 18:32:20 +02:00
parent f9c21598b5
commit 6d43cbc725
4 changed files with 47 additions and 46 deletions

3
src/lib/types/state.ts Normal file
View File

@@ -0,0 +1,3 @@
export interface ServiceState {
state: 'INIT'|'OK'|'FAILURE'
}