Skip to content

Commit 9b81e7e

Browse files
committed
chore(types): add missing imports
1 parent 6aa5bb6 commit 9b81e7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/runtime/composables/multipart.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { joinURL } from 'ufo'
44
import { readonly, type Ref } from 'vue'
55
import type { FetchOptions } from 'ofetch'
66
import type { SerializeObject } from 'nitropack'
7-
import type { BlobUploadedPart } from '../server/utils/blob'
7+
import type { BlobUploadedPart, BlobObject } from '../server/utils/blob'
88
import { useState } from '#imports'
99

1010
/**

src/runtime/compsables/useUpload.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { FetchOptions } from 'ofetch'
2+
import type { BlobObject } from '../server/utils/blob'
23

34
interface UploadOptions extends FetchOptions {
45
/**

0 commit comments

Comments
 (0)