Sfoglia il codice sorgente

Plugins: added missing prop to type

Torkel Ödegaard 6 anni fa
parent
commit
6724aaeff9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {