better subscriptions

This commit is contained in:
Matt Hill
2021-07-12 16:43:50 -06:00
committed by Aiden McClelland
parent aa976e362d
commit 15eb13e156
33 changed files with 203 additions and 272 deletions

View File

@@ -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[]