Skip to content

Commit 85db1f9

Browse files
committed
set UI icon keys
1 parent f6a127b commit 85db1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtensionManifest.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ declare namespace ExtensionManifest {
410410
*
411411
* minOccurs="0" maxOccurs="5"
412412
*/
413-
Icons?: UI.Icon[];
413+
Icons?: { [iconType in UI.IconTyp]: RelativePathLoc };
414414
}
415415

416416
/**

0 commit comments

Comments
 (0)