Interface FileMetadata

Interface representing metadata that can be stored about a given file.

Hierarchy

  • FileMetadata

Properties

Properties

mimeType?: string

The mime-type of this file.

misc?: {
    [key: string]: string;
}

Miscellaneous metadata about the file.

Type declaration

  • [key: string]: string
tags?: string[]

Tags associated with this file.