Commit d23f50ab by Brian Gann Committed by Torkel Ödegaard

Build: Fix missing icon typing (#16601)

parent 6724aaef
...@@ -56,7 +56,7 @@ export interface PluginInclude { ...@@ -56,7 +56,7 @@ export interface PluginInclude {
type: PluginIncludeType; type: PluginIncludeType;
name: string; name: string;
path?: string; path?: string;
icon?: string;
// Angular app pages // Angular app pages
component?: string; component?: string;
} }
......
...@@ -24,7 +24,6 @@ export interface Plugin extends PluginMeta { ...@@ -24,7 +24,6 @@ export interface Plugin extends PluginMeta {
hasUpdate: boolean; hasUpdate: boolean;
latestVersion: string; latestVersion: string;
pinned: boolean; pinned: boolean;
icon?: string;
} }
export interface PluginDashboard { export interface PluginDashboard {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment