This commit is contained in:
Adam Stidolph 2026-07-14 11:27:47 +00:00 committed by GitHub
commit 73c3c7ff54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@ import {
Translator,
} from './utils/index.js'
type Processor = (
export type Processor = (
fileIDs: string[],
uploadID: string,
// biome-ignore lint/suspicious/noConfusingVoidType: ...

View file

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