浏览代码

Plugins: added missing prop to type

Torkel Ödegaard 6 年之前
父节点
当前提交
6724aaeff9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/app/types/plugins.ts

+ 1 - 0
public/app/types/plugins.ts

@@ -24,6 +24,7 @@ export interface Plugin extends PluginMeta {
   hasUpdate: boolean;
   latestVersion: string;
   pinned: boolean;
+  icon?: string;
 }
 
 export interface PluginDashboard {