We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa5bb6 commit 9b81e7eCopy full SHA for 9b81e7e
src/runtime/composables/multipart.ts
@@ -4,7 +4,7 @@ import { joinURL } from 'ufo'
4
import { readonly, type Ref } from 'vue'
5
import type { FetchOptions } from 'ofetch'
6
import type { SerializeObject } from 'nitropack'
7
-import type { BlobUploadedPart } from '../server/utils/blob'
+import type { BlobUploadedPart, BlobObject } from '../server/utils/blob'
8
import { useState } from '#imports'
9
10
/**
src/runtime/compsables/useUpload.ts
@@ -1,4 +1,5 @@
1
2
+import type { BlobObject } from '../server/utils/blob'
3
interface UploadOptions extends FetchOptions {
0 commit comments