Skip to content

Commit

Permalink
Revert UppyFile comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Sep 11, 2024
1 parent 4097b3e commit 99054eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/@uppy/utils/src/UppyFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import type { FileProgress } from './FileProgress.ts'

export type Meta = Record<string, unknown>

/** The response of the uploader.
* This is emitted in the upload-success event
* and it put on UppyFile.response.body.
*/
export type Body = Record<string, unknown>

export type InternalMetadata = { name: string; type?: string }
Expand Down

0 comments on commit 99054eb

Please sign in to comment.