Skip to content

@ralphschuler.ai function caller.index.<internal>.FilePropertyBag

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: FilePropertyBag

index.<internal>.FilePropertyBag

Hierarchy

Table of contents

Properties

Properties

lastModified

Optional lastModified: number

The last modified date of the file as the number of milliseconds since the Unix epoch (January 1, 1970 at midnight). Files without a known last modified date return the current date.

Defined in

node_modules/formdata-node/@type/File.d.ts:29


type

Optional type: string

The MIME type of the data that will be stored into the blob. The default value is the empty string, ("").

Inherited from

BlobPropertyBag.type

Defined in

node_modules/formdata-node/@type/Blob.d.ts:19

Typescript Libraries

Modules

Namespaces

Clone this wiki locally