refactor(core): drop filesystem entry mime

This commit is contained in:
Dax Raad
2026-06-23 21:49:01 -04:00
parent 53076999c5
commit e8610d821c
8 changed files with 16 additions and 39 deletions
-1
View File
@@ -4207,7 +4207,6 @@ export type PermissionSavedInfo = {
export type FileSystemEntry = {
path: string
type: "file" | "directory"
mime: string
}
export type CommandV2Info = {