mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +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
|
||||
|
||||
Reference in New Issue
Block a user