Skip to content

Commit

Permalink
fix UppyFile definition
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Oct 17, 2023
1 parent cfc2ae4 commit e63a2d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@uppy/utils/src/UppyFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface UppyFile<
TBody = IndexedObject<any>,
> {
data: Blob | File
error?: Error
extension: string
id: string
isPaused?: boolean
Expand All @@ -26,7 +27,9 @@ export interface UppyFile<
url: string
body?: Record<string, unknown>
provider?: string
companionUrl: string
}
serverToken: string
size: number
source?: string
type?: string
Expand Down

0 comments on commit e63a2d3

Please sign in to comment.