Xivgear Types Documentation
    Preparing search index...
    type GearSetIssue = {
        affectedSlots?: EquipSlotKey[];
        description: string;
        severity: "warning" | "error";
    }
    Index

    Properties

    affectedSlots?: EquipSlotKey[]
    description: string
    severity: "warning" | "error"