Documentation
    Preparing search index...

    Interface Gender

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

    interface Gender {
        name: string;
        type: "FEMALE" | "MALE";
    }
    Index

    Properties

    Properties

    name: string
    type: "FEMALE" | "MALE"