Documentation
    Preparing search index...

    Interface Faction

    The faction associated with a character or entity in World of Warcraft.

    interface Faction {
        name: string;
        type: Factions;
    }
    Index

    Properties

    Properties

    name: string
    type: Factions