manifest in dependency-onfo

This commit is contained in:
Matt Hill
2021-08-09 20:52:26 -06:00
committed by Aiden McClelland
parent 708d035455
commit 1299a3a368
4 changed files with 7 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ export interface InstalledPackageDataEntry {
'current-dependencies': { [id: string]: CurrentDependencyInfo }
'dependency-info': {
[id: string]: {
title: string
manifest: Manifest
icon: URL
}
}