upadte: clean code + add next cloud
This commit is contained in:
@@ -9,6 +9,8 @@ export interface TextureFile {
|
||||
file: File
|
||||
}
|
||||
|
||||
export type DriveStatus = 'pending' | 'uploading' | 'success' | 'error' | 'skipped'
|
||||
|
||||
export interface FolderEntry {
|
||||
folderName: string
|
||||
modelFile: File
|
||||
@@ -20,4 +22,6 @@ export interface FolderEntry {
|
||||
modelUrl?: string
|
||||
viewerOpen?: boolean
|
||||
warnings: string[]
|
||||
driveStatus?: DriveStatus
|
||||
driveError?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user