refactor: tighten upload and viewer contracts
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ export type DriveAction = 'new' | 'replace'
|
||||
|
||||
export type FileChange = 'new' | 'changed' | 'unchanged'
|
||||
|
||||
export type FileDiffStatus = 'changed' | 'new' | 'deleted'
|
||||
type FileDiffStatus = 'changed' | 'new' | 'deleted'
|
||||
|
||||
export type AssetCategory = 'color' | 'diffuse' | 'roughness' | 'normal' | 'metalness' | 'height' | 'opacity' | 'orm' | 'ao' | 'assets'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user