refactor: clean upload pipeline and restore draco delivery
This commit is contained in:
@@ -14,7 +14,7 @@ interface GltfJson {
|
||||
}
|
||||
|
||||
/** Discriminated union: either valid (with model) or invalid (with errors). */
|
||||
export type ValidationResult =
|
||||
type ValidationResult =
|
||||
| { ok: true; model: File; textures: TextureFile[]; warnings: string[] }
|
||||
| { ok: false; errors: string[] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user