optional properties

This commit is contained in:
Matt Hill
2021-02-24 15:08:34 -07:00
committed by Aiden McClelland
parent 7fb8f88c8d
commit b46c75e391
2 changed files with 3 additions and 3 deletions

View File

@@ -34,8 +34,8 @@ export interface AppAvailableVersionSpecificInfo {
// installed
export interface AppInstalledPreview extends BaseApp {
lanAddress: string
lanEnabled: boolean
lanAddress?: string
lanEnabled?: boolean
torAddress: string
versionInstalled: string
ui: boolean

View File

@@ -1,5 +1,5 @@
{
"useMocks": false,
"mockOver": "lan",
"mockOver": "tor",
"skipStartupAlerts": false
}