This commit is contained in:
Eugene Pankov
2021-07-11 22:28:50 +02:00
parent da8a631a6d
commit 3704dcc483
9 changed files with 158 additions and 15 deletions

View File

@@ -21,6 +21,7 @@ export interface Config {
export interface Version {
version: string
plugins: string[]
}
export interface InstanceInfo {
@@ -31,6 +32,7 @@ export interface Gateway {
host: string
port: number
url: string
auth_token: string
}
@Injectable({ providedIn: 'root' })