rmapi-js
    Preparing search index...

    Interface RawFileEntry

    the low-level entry for a single file

    interface RawFileEntry {
        hash: string;
        id: string;
        size: number;
        subfiles: 0;
        type: 0;
    }
    Index

    Properties

    Properties

    hash: string

    the hash of the file this points to

    id: string

    the unique id of the file

    size: number

    the size of the file in bytes

    subfiles: 0

    the number of subfiles, always zero

    type: 0

    file type (0)