rmapi-js
    Preparing search index...

    Interface Entries

    a parsed entries file

    id and size are defined for schema 4 but not for 3

    interface Entries {
        entries: RawEntry[];
        id?: string;
        size?: number;
    }
    Index

    Properties

    Properties

    entries: RawEntry[]

    the raw entries in the file

    id?: string

    the id of this entry, only specified for schema 4

    size?: number

    the recursive size of this entry, only specified for schema 4