Refactor AppListPage

This commit is contained in:
waterplea
2021-11-22 16:33:41 +03:00
committed by Aiden McClelland
parent b546eb2504
commit ee81ca111b
29 changed files with 719 additions and 17510 deletions

View File

@@ -142,7 +142,7 @@ export module RR {
export type GetPackageMetricsReq = { id: string } // package.metrics
export type GetPackageMetricsRes = Metric
export type InstallPackageReq = WithExpire<{ id: string, 'version-spec'?: string }> // package.install
export type InstallPackageReq = WithExpire<{ id: string, version?: string }> // package.install
export type InstallPackageRes = WithRevision<null>
export type DryUpdatePackageReq = { id: string, version: string } // package.update.dry