marketplace url install fix

This commit is contained in:
Drew Ansbacher
2022-02-24 16:38:03 -07:00
committed by Drew Ansbacher
parent 8cb0186621
commit d229aaf1b2
4 changed files with 23 additions and 7 deletions

View File

@@ -180,6 +180,7 @@ export module RR {
id: string
'version-spec'?: string
'version-priority'?: 'min' | 'max'
'marketplace-url': string
}> // package.install
export type InstallPackageRes = WithRevision<null>