Browse Source

Plugins: added missing prop to type

Torkel Ödegaard 6 năm trước cách đây
mục cha
commit
6724aaeff9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {