Skip to content

Commit

Permalink
Update packages/@uppy/core/src/Uppy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Feb 20, 2024
1 parent f00adc4 commit bce41e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/@uppy/core/src/Uppy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ export type UnknownPlugin<
M extends Meta,
B extends Body,
PluginState extends Record<string, unknown> = Record<string, unknown>,
> = InstanceType<
| typeof BasePlugin<any, M, B, PluginState>
| typeof UIPlugin<any, M, B, PluginState>
>
> = BasePlugin<any, M, B, PluginState>

export type UnknownProviderPluginState = {
authenticated: boolean | undefined
Expand Down

0 comments on commit bce41e1

Please sign in to comment.