Merge branch 'main' into andrew/web-3627-implement-frontend-of-preventing-workspace-creations
This commit is contained in:
@@ -10,6 +10,7 @@ import type { FileTypeSpecifier } from '~~/src/helpers/form/file'
|
||||
import { computed, unref } from 'vue'
|
||||
import type { CSSProperties } from 'vue'
|
||||
import { BaseError } from '~~/src/lib'
|
||||
import type { BlobUploadStatus } from '@speckle/shared/blobs'
|
||||
|
||||
/**
|
||||
* A file, as emitted out from FileUploadZone
|
||||
@@ -31,7 +32,7 @@ export type BlobPostResultItem = {
|
||||
/**
|
||||
* Success = 1, Failure = 2
|
||||
*/
|
||||
uploadStatus: number
|
||||
uploadStatus: BlobUploadStatus
|
||||
uploadError: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user