fix: remove type in MimeMap interface
This commit is contained in:
parent
8a9625c8c3
commit
4d43416a39
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import mime from 'mime'
|
|||
import type { EhrFile } from '@/stores/tree-data'
|
||||
|
||||
export interface MimeMap {
|
||||
[key: string]: { icon: string; color: string; type: string }
|
||||
[key: string]: { icon: string; color: string }
|
||||
}
|
||||
export interface TypeSetting {
|
||||
[key: string]: { icon: string; color: string }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue