Skip to content

Commit

Permalink
chore(types): add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 3, 2024
1 parent 6aa5bb6 commit 9b81e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/multipart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { joinURL } from 'ufo'
import { readonly, type Ref } from 'vue'
import type { FetchOptions } from 'ofetch'
import type { SerializeObject } from 'nitropack'
import type { BlobUploadedPart } from '../server/utils/blob'
import type { BlobUploadedPart, BlobObject } from '../server/utils/blob'
import { useState } from '#imports'

/**
Expand Down
1 change: 1 addition & 0 deletions src/runtime/compsables/useUpload.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { FetchOptions } from 'ofetch'
import type { BlobObject } from '../server/utils/blob'

interface UploadOptions extends FetchOptions {
/**
Expand Down

0 comments on commit 9b81e7e

Please sign in to comment.