Ignore default Windows icons in UI better

This commit is contained in:
Daniel
2024-04-18 13:50:47 +02:00
parent cdabffafcd
commit e957b90b13
2 changed files with 20 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ export interface TagDescription {
}
export interface Icon {
Type: 'database' | 'path' | 'api';
Type: '' | 'database' | 'path' | 'api';
Source: '' | 'user' | 'import' | 'core' | 'ui';
Value: string;
}