mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
42 lines
668 B
Markdown
42 lines
668 B
Markdown
[@tauri-apps/api](../README.md) / [http](../modules/http.md) / FilePart
|
|
|
|
# Interface: FilePart<T\>
|
|
|
|
[http](../modules/http.md).FilePart
|
|
|
|
## Type parameters
|
|
|
|
| Name |
|
|
| :------ |
|
|
| `T` |
|
|
|
|
## Properties
|
|
|
|
### file
|
|
|
|
**file**: `string` \| `T`
|
|
|
|
#### Defined in
|
|
|
|
[http.ts:65](https://github.com/tauri-apps/tauri/blob/b1d5342/tooling/api/src/http.ts#L65)
|
|
|
|
___
|
|
|
|
### fileName
|
|
|
|
`Optional` **fileName**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[http.ts:67](https://github.com/tauri-apps/tauri/blob/b1d5342/tooling/api/src/http.ts#L67)
|
|
|
|
___
|
|
|
|
### mime
|
|
|
|
`Optional` **mime**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[http.ts:66](https://github.com/tauri-apps/tauri/blob/b1d5342/tooling/api/src/http.ts#L66)
|