Build: Fix missing icon typing (#16601)

This commit is contained in:
Brian Gann 2019-04-15 12:55:12 -05:00 committed by Torkel Ödegaard
parent 6724aaeff9
commit d23f50ab23
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,7 @@ export interface PluginInclude {
type: PluginIncludeType;
name: string;
path?: string;
icon?: string;
// Angular app pages
component?: string;
}

View File

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