interface IndexEntry {
    __pack: string;
    __packLabel: string;
    __uuid: string;
    _id: string;
    img: string;
    name: string;
    type: string;
}

Properties

__pack: string

The CompendiumCollection this entry is from

__packLabel: string

The label of the CompendiumCollection this entry is from

__uuid: string

The UUID of this entry

_id: string

The entry's ID

img: string

The entry's image

name: string

The entry's name

type: string

The entry's type