Przeglądaj źródła

Plugins: added missing prop to type

Torkel Ödegaard 6 lat temu
rodzic
commit
6724aaeff9
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {