@rgwch/mayan_edms-api
    Preparing search index...

    Type Alias DocumentFile

    A file attached to a document. This is, where the actual content of the document is stored.

    type DocumentFile = {
        checksum: string;
        comment: string;
        document_id: number;
        document_url: string;
        download_url: string;
        encoding: string;
        file: string;
        filename: string;
        id: number;
        mimetype: string;
        page_list_url: string;
        pages_first: DocumentFilePage;
        size: number;
        timestamp: string;
        url: string;
    }
    Index

    Properties

    checksum: string
    comment: string
    document_id: number
    document_url: string
    download_url: string
    encoding: string
    file: string
    filename: string
    id: number
    mimetype: string
    page_list_url: string
    pages_first: DocumentFilePage
    size: number
    timestamp: string
    url: string