DescriptiveRawFile

export interface DescriptiveRawFile extends RawFile
export interface DescriptiveRawFile extends RawFile

No summary provided.

Extends

RawFile
Optional

contentType?

:

string

Content-Type of the file
Inherited from RawFile

data

:

Buffer | boolean | number | string

The actual data for the file
Inherited from RawFile
Optional

description?

:

string

Optional

key?

:

string

An explicit key to use for key of the formdata field for this file. When not provided, the index of the file in the files array is used in the form files[${index}]. If you wish to alter the placeholder snowflake, you must provide this property in the same form (files[${placeholder}])
Inherited from RawFile

name

:

string

The name of the file
Inherited from RawFile