This commit is contained in:
Eugene Pankov
2021-07-28 22:14:34 +02:00
parent b3bb9fdd40
commit 0484b4c8d7
13 changed files with 146 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ import { Resolve } from '@angular/router'
import { Observable } from 'rxjs'
export interface User {
id: number
active_config: number
active_version: string
custom_connection_gateway: string|null
@@ -11,6 +12,7 @@ export interface User {
config_sync_token: string
github_username: string
is_pro: boolean
is_sponsor: boolean
}
export interface Config {