|
@@ -191,12 +191,12 @@ export interface State<
|
|
| UploadedUppyFile<TMeta, TBody>
|
|
| UploadedUppyFile<TMeta, TBody>
|
|
| FailedUppyFile<TMeta, TBody>
|
|
| FailedUppyFile<TMeta, TBody>
|
|
}
|
|
}
|
|
- info?: {
|
|
|
|
|
|
+ info?: Array<{
|
|
isHidden: boolean
|
|
isHidden: boolean
|
|
- type: string
|
|
|
|
|
|
+ type: LogLevel
|
|
message: string
|
|
message: string
|
|
- details: string
|
|
|
|
- }
|
|
|
|
|
|
+ details: string | null
|
|
|
|
+ }>
|
|
plugins?: IndexedObject<any>
|
|
plugins?: IndexedObject<any>
|
|
totalProgress: number
|
|
totalProgress: number
|
|
}
|
|
}
|