mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
optional properties
This commit is contained in:
committed by
Aiden McClelland
parent
7fb8f88c8d
commit
b46c75e391
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"useMocks": false,
|
||||
"mockOver": "lan",
|
||||
"mockOver": "tor",
|
||||
"skipStartupAlerts": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user