Merge branch 'phatt' into development

This commit is contained in:
puri-ph4tt 2023-12-07 16:30:15 +07:00
commit 0ac697affd

View file

@ -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 }