@wfcd/arsenal-parser
    Preparing search index...

    Interface PlayerInformation

    interface PlayerInformation {
        focus?: string;
        glyph: string;
        lastUpdated: number;
        masteryRank: number;
        playerName: string;
        title?: string;
    }
    Index

    Properties

    focus?: string
    glyph: string
    lastUpdated: number
    masteryRank: number
    playerName: string
    title?: string