Generic
File
: {     buffer
: Uint8Array;     contentType
: string | null;     displayName
: string;     extension
: string | null;     fileName
: string;     tags
: GenericFileTag[];     uniqueName
: string; }
Type declaration
- 
Readonlybuffer: Uint8Array
- 
ReadonlycontentType: string | null
- 
ReadonlydisplayName: string
- 
Readonlyextension: string | null
- 
ReadonlyfileName: string
- 
- 
ReadonlyuniqueName: string
  
 
 
A generic definition of a File represented as a buffer with extra metadata such as a file name, content type, and tags.