The Processor type was not being exported causing ts errors

This commit is contained in:
astidolph 2026-03-26 11:44:09 +00:00
parent dabd878b87
commit a41fc1be64
2 changed files with 2 additions and 1 deletions

View file

@ -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: ...

View file

@ -23,6 +23,7 @@ export type {
PartialTreeFolderRoot,
PartialTreeId,
PluginTypeRegistry,
Processor,
State,
UnknownPlugin,
UnknownProviderPlugin,