mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
The Processor type was not being exported causing ts errors
This commit is contained in:
parent
dabd878b87
commit
a41fc1be64
2 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ import {
|
|||
} from './Restricter.js'
|
||||
import supportsUploadProgress from './supportsUploadProgress.js'
|
||||
|
||||
type Processor = (
|
||||
export type Processor = (
|
||||
fileIDs: string[],
|
||||
uploadID: string,
|
||||
// biome-ignore lint/suspicious/noConfusingVoidType: ...
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ export type {
|
|||
PartialTreeFolderRoot,
|
||||
PartialTreeId,
|
||||
PluginTypeRegistry,
|
||||
Processor,
|
||||
State,
|
||||
UnknownPlugin,
|
||||
UnknownProviderPlugin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue