Xivgear Types Documentation
    Preparing search index...
    type BuffWindowUsages = {
        buffEffects: CombinedBuffEffect;
        buffs: PartyBuff[];
        maxDuration: number | null;
        minDuration: number | null;
        skills: SkillCount[];
    }
    Index

    Properties

    buffEffects: CombinedBuffEffect
    buffs: PartyBuff[]
    maxDuration: number | null
    minDuration: number | null
    skills: SkillCount[]