mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(api): type definition for http > Part, closes #3268
This commit is contained in:
@@ -37,7 +37,7 @@ enum ResponseType {
|
||||
Binary = 3
|
||||
}
|
||||
|
||||
type Part = 'string' | number[]
|
||||
type Part = string | number[]
|
||||
|
||||
/** The body object to be used on POST and PUT requests. */
|
||||
class Body {
|
||||
|
||||
Reference in New Issue
Block a user