Plugins: added missing prop to type

This commit is contained in:
Torkel Ödegaard
2019-04-15 17:53:19 +02:00
parent 864a6262fe
commit 6724aaeff9

View File

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