mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
better subscriptions
This commit is contained in:
committed by
Aiden McClelland
parent
aa976e362d
commit
15eb13e156
@@ -46,7 +46,7 @@ export interface PackageDataEntry {
|
||||
instructions: URL
|
||||
icon: URL
|
||||
}
|
||||
'temp-manifest'?: Manifest // exists when: installing, updating, removing
|
||||
manifest: Manifest
|
||||
installed?: InstalledPackageDataEntry, // exists when: installed, updating
|
||||
'install-progress'?: InstallProgress, // exists when: installing, updating
|
||||
}
|
||||
@@ -62,7 +62,6 @@ export interface InstallProgress {
|
||||
}
|
||||
|
||||
export interface InstalledPackageDataEntry {
|
||||
manifest: Manifest
|
||||
status: Status
|
||||
'interface-info': InterfaceInfo
|
||||
'system-pointers': any[]
|
||||
|
||||
Reference in New Issue
Block a user