const uploadthingFile = new File([file], key, {
type: file.type,
})
const response = await uploadthingApi.uploadFiles(uploadthingFile)
const uploadthingFile = new File([file], key, {
type: file.type,
})
const response = await uploadthingApi.uploadFiles(uploadthingFile)