mwg API
    Preparing search index...

    Interface DbRecord

    One JSON record in a Collection: a string id plus whatever fields the game keeps - quest stages, bestiary sightings, achievements.

    interface DbRecord {
        id: string;
        [field: string]: unknown;
    }

    Indexable

    • [field: string]: unknown
    Index
    id: string