refactor(explorer): optimize openFolder (#148)
This commit is contained in:
1
src/types/typings.d.ts
vendored
1
src/types/typings.d.ts
vendored
@@ -9,6 +9,7 @@ export interface BaseModel {
|
||||
type: string
|
||||
subFolder: string
|
||||
pathIndex: number
|
||||
isFolder: boolean
|
||||
preview: string | string[]
|
||||
description: string
|
||||
metadata: Record<string, string>
|
||||
|
||||
Reference in New Issue
Block a user