mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
add version-priority to installs
This commit is contained in:
committed by
Aiden McClelland
parent
64e38393df
commit
6789ff5a8c
@@ -179,6 +179,7 @@ export module RR {
|
||||
export type InstallPackageReq = WithExpire<{
|
||||
id: string
|
||||
'version-spec'?: string
|
||||
'version-priority'?: 'min' | 'max'
|
||||
}> // package.install
|
||||
export type InstallPackageRes = WithRevision<null>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user