mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 19:55:20 +00:00
@uppy/xhr-upload: export Headers type (#4549)
Fixes: https://github.com/transloadit/uppy/issues/4547
This commit is contained in:
parent
8604178bfc
commit
8afe5338bd
1 changed files with 3 additions and 3 deletions
6
packages/@uppy/xhr-upload/types/index.d.ts
vendored
6
packages/@uppy/xhr-upload/types/index.d.ts
vendored
|
|
@ -1,9 +1,9 @@
|
|||
import type { PluginOptions, BasePlugin, UppyFile } from '@uppy/core'
|
||||
import XHRUploadLocale from './generatedLocale'
|
||||
|
||||
type Headers = {
|
||||
[name: string]: string | number
|
||||
}
|
||||
export type Headers = {
|
||||
[name: string]: string | number
|
||||
}
|
||||
|
||||
export interface XHRUploadOptions extends PluginOptions {
|
||||
limit?: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue