diff --git a/Services/client/src/stores/file-info-data.ts b/Services/client/src/stores/file-info-data.ts index 16a0680..f030f9f 100644 --- a/Services/client/src/stores/file-info-data.ts +++ b/Services/client/src/stores/file-info-data.ts @@ -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 }