mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Merge a41fc1be64 into 0b1f79c90d
This commit is contained in:
commit
73c3c7ff54
2 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ import {
|
|||
Translator,
|
||||
} from './utils/index.js'
|
||||
|
||||
type Processor = (
|
||||
export type Processor = (
|
||||
fileIDs: string[],
|
||||
uploadID: string,
|
||||
// biome-ignore lint/suspicious/noConfusingVoidType: ...
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ export type {
|
|||
PartialTreeFolderRoot,
|
||||
PartialTreeId,
|
||||
PluginTypeRegistry,
|
||||
Processor,
|
||||
State,
|
||||
UnknownPlugin,
|
||||
UnknownProviderPlugin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue