@uppy/audio: fix types (#3689)

This commit is contained in:
Merlijn Vos 2022-05-04 11:48:25 +02:00 committed by GitHub
parent ab695cd37f
commit b29007736f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ import type AudioLocale from './generatedLocale'
export interface AudioOptions extends PluginOptions {
target?: PluginTarget
showVideoSourceDropdown?: boolean
showAudioSourceDropdown?: boolean
locale?: AudioLocale
}