Files
archived-tauri-docs/docs/api/js/interfaces/http.FilePart.md
2022-07-15 12:00:05 +02:00

668 B

@tauri-apps/api / http / FilePart

Interface: FilePart<T>

http.FilePart

Type parameters

Name
T

Properties

file

file: string | T

Defined in

http.ts:65


fileName

Optional fileName: string

Defined in

http.ts:67


mime

Optional mime: string

Defined in

http.ts:66