The file of a document

Hierarchy

  • DocumentFile

Properties

Properties

base64: string

The base64 data of the file

category: string

The category of the file

file: {
    date: Date;
    name: string;
    type: string;
}

The file properties of the document

Type declaration

  • date: Date

    The date the file was uploaded

  • name: string

    The name of the file

  • type: string

    The type of file

notes: string

The notes provided in the file

Generated using TypeDoc